HomeSort by relevance Sort by last modified time
    Searched refs:IsService (Results 1 - 8 of 8) sorted by null

  /system/bt/service/hal/
gatt_helpers.cpp 26 CHECK(id.IsService());
  /system/bt/service/common/bluetooth/
gatt_identifier.cpp 52 if (!service_id.IsService())
152 bool GattIdentifier::IsService() const {
171 if (IsService())
gatt_identifier.h 71 bool IsService() const;
  /system/bt/service/test/
gatt_identifier_unittest.cpp 37 EXPECT_TRUE(service0->IsService());
63 EXPECT_FALSE(char0->IsService());
91 EXPECT_FALSE(desc0->IsService());
gatt_server_unittest.cpp 402 EXPECT_TRUE(service_id->IsService());
423 EXPECT_TRUE(service_id->IsService());
466 EXPECT_TRUE(service_id1->IsService());
    [all...]
  /system/bt/service/
gatt_server.cpp 193 CHECK(service_id->IsService());
222 if (!gatt_id->IsService())
250 CHECK(pending_decl_->service_id.IsService());
512 CHECK(pending_id_->IsService());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h     [all...]
iadmw.h 99 #define GETAdminBaseCLSIDW(IsService) CLSID_MSAdminBase_W
    [all...]

Completed in 166 milliseconds