Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h373 std::shared_ptr<struct DHandleEntryTxRx> PopLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp523 std::shared_ptr<DHandleEntryTxRx> DBinderService::PopLoadSaItem(const std::string& srcNetworkId, in PopLoadSaItem() function in OHOS::DBinderService
546 std::shared_ptr<struct DHandleEntryTxRx> replyMessage = PopLoadSaItem(srcNetworkId, systemAbilityId); in LoadSystemAbilityComplete()
669 PopLoadSaItem(replyMessage->deviceIdInfo.fromDeviceId, static_cast<int32_t>(replyMessage->stubIndex)); in OnRemoteInvokerMessage()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1295 * @tc.desc: Verify the PopLoadSaItem function
1304 EXPECT_EQ(dBinderService->PopLoadSaItem(srcNetworkId, systemAbilityId), nullptr); in HWTEST_F()
1315 std::shared_ptr<DHandleEntryTxRx> dHandleEntryTxRx = dBinderService->PopLoadSaItem(srcNetworkId, systemAbilityId); in HWTEST_F()

Completed in 5 milliseconds