Searched refs:FIRST_CALL_TRANSACTION (Results 1 - 13 of 13) sorted by relevance
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/ |
H A D | interface.rs | 14 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; consts
|
/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | iexpired_callback_ipc_interface_code.h | 23 ON_EXPIRED = FIRST_CALL_TRANSACTION,
|
H A D | ibackground_task_subscriber_ipc_interface_code.h | 23 ON_CONNECTED = FIRST_CALL_TRANSACTION,
|
/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | standby_ipc_interface_code.h | 25 ON_DEVICE_IDLE_MODE = FIRST_CALL_TRANSACTION,
|
/foundation/resourceschedule/memmgr/interface/innerkits/include/ |
H A D | memmgrservice_ipc_interface_code.h | 43 ON_CONNECTED = FIRST_CALL_TRANSACTION,
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | lib.rs | 34 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; consts
|
/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 23 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | iservice_registry.h | 55 GET_SERVICE_TRANSACTION = FIRST_CALL_TRANSACTION,
|
/foundation/communication/ipc/example/rust_test/service/src/ |
H A D | lib.rs | 24 IpcStatusCode, RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION,
64 CodeAdd = FIRST_CALL_TRANSACTION,
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 29 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 39 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/foundation/ability/idl_tool/test/rust/moduletest/service/src/ |
H A D | IIdlTestService.rs | 24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION 30 CodeIdlIpcTestBasic001 = FIRST_CALL_TRANSACTION,
|
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_unit_test.cpp | 722 EXPECT_NE(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION, data1, reply, option), ERR_OK); in HWTEST_F() 725 EXPECT_NE(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION + 1, data2, reply, option), ERR_OK); in HWTEST_F() 728 EXPECT_EQ(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION, data3, reply, option), ERR_OK); in HWTEST_F()
|
Completed in 5 milliseconds