Home
last modified time | relevance | path

Searched defs:LAST_SYS_ABILITY_ID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_status_change_stub.cpp32 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
H A Dsystem_ability_load_callback_stub.cpp30 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h321 static constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
H A Dsystem_ability_definition.h329 LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 enumerator
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h411 static constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c90 static const int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp72 constexpr int32_t LAST_SYS_ABILITY_ID = 0x00ffffff; variable
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs312 pub const LAST_SYS_ABILITY_ID: i32 = 0x00ffffff; // 16777215 const