Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h367 bool CheckSystemAbilityId(int32_t systemAbilityId);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp501 bool DBinderService::CheckSystemAbilityId(int32_t systemAbilityId) in CheckSystemAbilityId() function in OHOS::DBinderService
615 bool stubIndexVaild = CheckSystemAbilityId(stubIndex); in CheckAndAmendSaId()
616 bool binderObjectVaild = CheckSystemAbilityId(binderObject); in CheckAndAmendSaId()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp590 * @tc.desc: Verify the CheckSystemAbilityId function
598 bool res = dBinderService->CheckSystemAbilityId(systemAbilityId); in HWTEST_F()

Completed in 9 milliseconds