Searched refs:IsSameLoadSaItem (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 371 bool IsSameLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId,
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 617 * @tc.desc: Verify the IsSameLoadSaItem function 630 bool res = dBinderService->IsSameLoadSaItem(srcNetworkId, systemAbilityId, loadSaItem); in HWTEST_F() 636 * @tc.desc: Verify the IsSameLoadSaItem function 649 bool res = dBinderService->IsSameLoadSaItem(srcNetworkId, systemAbilityId, loadSaItem); in HWTEST_F() 655 * @tc.desc: Verify the IsSameLoadSaItem function 668 bool res = dBinderService->IsSameLoadSaItem(srcNetworkId, systemAbilityId, loadSaItem); in HWTEST_F()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 512 bool DBinderService::IsSameLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId, in IsSameLoadSaItem() function in OHOS::DBinderService 527 return IsSameLoadSaItem(srcNetworkId, systemAbilityId, loadSaItem); in PopLoadSaItem()
|
Completed in 6 milliseconds