Home
last modified time | relevance | path

Searched refs:LAST_SYS_ABILITY_ID (Results 1 - 16 of 16) sorted by relevance

/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_status_change_stub.cpp32 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; member
96 return (systemAbilityId >= FIRST_SYS_ABILITY_ID) && (systemAbilityId <= LAST_SYS_ABILITY_ID); in CheckInputSysAbilityId()
H A Dsystem_ability_load_callback_stub.cpp30 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; member
121 return (systemAbilityId >= FIRST_SYS_ABILITY_ID) && (systemAbilityId <= LAST_SYS_ABILITY_ID); in CheckInputSystemAbilityId()
H A Dsystem_ability_manager_proxy.cpp1467 if (size > LAST_SYS_ABILITY_ID) { in GetExtensionRunningSaList()
1499 if (size > LAST_SYS_ABILITY_ID) { in GetRunningSaExtensionInfoList()
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/server/
H A Daudio_server_unit_test.cpp84 audioServer->OnAddSystemAbility(LAST_SYS_ABILITY_ID, deviceId); in HWTEST()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h321 static constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; 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.
330 LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 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.rs15 //! and LAST_SYS_ABILITY_ID.
313 pub const LAST_SYS_ABILITY_ID: i32 = 0x00ffffff; // 16777215 consts
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp74 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; 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.c90 static const int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; 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.h411 static constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; member in OHOS::DBinderService
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_ondemand_test.cpp50 constexpr int32_t TEST_EXCEPTION_HIGH_SA_ID = LAST_SYS_ABILITY_ID + 1;
H A Dsystem_ability_mgr_load_test.cpp50 constexpr int32_t TEST_EXCEPTION_HIGH_SA_ID = LAST_SYS_ABILITY_ID + 1;
H A Dsystem_ability_mgr_test.cpp51 constexpr int32_t TEST_EXCEPTION_HIGH_SA_ID = LAST_SYS_ABILITY_ID + 1;
/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 18 milliseconds