Home
last modified time | relevance | path

Searched refs:IsSameLoadSaItem (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h371 bool IsSameLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId,
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp617 * @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 Ddbinder_service.cpp512 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 7 milliseconds