Home
last modified time | relevance | path

Searched defs:FIRST_SYS_ABILITY_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_status_change_stub.cpp31 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; variable
H A Dsystem_ability_load_callback_stub.cpp29 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h410 static constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000001; variable
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c89 static const int32_t FIRST_SYS_ABILITY_ID = 0x00000001; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp71 constexpr int32_t FIRST_SYS_ABILITY_ID = 0x00000000; variable
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs28 pub const FIRST_SYS_ABILITY_ID: i32 = 0x00000001; const
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h34 FIRST_SYS_ABILITY_ID = 0x00000001, enumerator