Home
last modified time | relevance | path

Searched refs:TEST_SYSTEM_ABILITY_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs22 const TEST_SYSTEM_ABILITY_ID: i32 = 1011; const
52 data.write(&TEST_SYSTEM_ABILITY_ID); in context()
66 data.write(&TEST_SYSTEM_ABILITY_ID); in context()
74 data.write(&TEST_SYSTEM_ABILITY_ID); in context()
H A Dparcel_remote.rs24 const TEST_SYSTEM_ABILITY_ID: i32 = 1012; const
52 SystemAbilityManager::add_systemability(TEST_SYSTEM_ABILITY_ID, TestRemoteStub); in init()
192 let test_service = SystemAbilityManager::get_system_ability(TEST_SYSTEM_ABILITY_ID).unwrap(); in parcel_read_and_write()