Home
last modified time | relevance | path

Searched refs:FIRST_SYS_ABILITY_ID (Results 1 - 11 of 11) sorted by relevance

/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_status_change_stub.cpp31 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; member
96 return (systemAbilityId >= FIRST_SYS_ABILITY_ID) && (systemAbilityId <= LAST_SYS_ABILITY_ID); in CheckInputSysAbilityId()
H A Dsystem_ability_load_callback_stub.cpp29 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; member
121 return (systemAbilityId >= FIRST_SYS_ABILITY_ID) && (systemAbilityId <= LAST_SYS_ABILITY_ID); in CheckInputSystemAbilityId()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h320 static constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; member in OHOS::ISystemAbilityManager
324 if (sysAbilityId >= FIRST_SYS_ABILITY_ID && sysAbilityId <= LAST_SYS_ABILITY_ID) { in CheckInputSysAbilityId()
H A Dsystem_ability_definition.h24 System ability definition should be a number between FIRST_SYS_ABILITY_ID and LAST_SYS_ABILITY_ID.
34 FIRST_SYS_ABILITY_ID = 0x00000001, enumerator
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dmain.cpp141 return (saId >= FIRST_SYS_ABILITY_ID) && (saId <= LAST_SYS_ABILITY_ID); in CheckSaId()
H A Dlocal_ability_manager_stub.cpp303 return (systemAbilityId >= FIRST_SYS_ABILITY_ID) && (systemAbilityId <= LAST_SYS_ABILITY_ID); in CheckInputSysAbilityId()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs14 //! System ability definition should be a number between FIRST_SYS_ABILITY_ID
28 pub const FIRST_SYS_ABILITY_ID: i32 = 0x00000001; consts
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp73 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; member
376 if (saProfile.saId < FIRST_SYS_ABILITY_ID || saProfile.saId > LAST_SYS_ABILITY_ID) { in ParseSystemAbilityGetSaBaseInfo()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c89 static const int32_t FIRST_SYS_ABILITY_ID = 0x00000001; variable
479 if (serviceName == NULL && (systemAbilityId < FIRST_SYS_ABILITY_ID || systemAbilityId > LAST_SYS_ABILITY_ID)) { in FindOrNewProxy()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h410 static constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000001; member in OHOS::DBinderService
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp503 return systemAbilityId >= FIRST_SYS_ABILITY_ID && systemAbilityId <= LAST_SYS_ABILITY_ID; in CheckSystemAbilityId()

Completed in 11 milliseconds