Home
last modified time | relevance | path

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 Dinterface.rs14 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; consts
/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Diexpired_callback_ipc_interface_code.h23 ON_EXPIRED = FIRST_CALL_TRANSACTION,
H A Dibackground_task_subscriber_ipc_interface_code.h23 ON_CONNECTED = FIRST_CALL_TRANSACTION,
/foundation/resourceschedule/device_standby/frameworks/include/
H A Dstandby_ipc_interface_code.h25 ON_DEVICE_IDLE_MODE = FIRST_CALL_TRANSACTION,
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h43 ON_CONNECTED = FIRST_CALL_TRANSACTION,
/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dlib.rs34 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; consts
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_types.h23 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Diservice_registry.h55 GET_SERVICE_TRANSACTION = FIRST_CALL_TRANSACTION,
/foundation/communication/ipc/example/rust_test/service/src/
H A Dlib.rs24 IpcStatusCode, RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION,
64 CodeAdd = FIRST_CALL_TRANSACTION,
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h29 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h39 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/foundation/ability/idl_tool/test/rust/moduletest/service/src/
H A DIIdlTestService.rs24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
30 CodeIdlIpcTestBasic001 = FIRST_CALL_TRANSACTION,
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp722 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