Home
last modified time | relevance | path

Searched refs:FIRST_CALL_TRANSACTION (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/
H A Dinterface.rs14 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; const
/ohos5.0/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,
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/
H A Dstandby_ipc_interface_code.h25 ON_DEVICE_IDLE_MODE = FIRST_CALL_TRANSACTION,
/ohos5.0/base/inputmethod/imf/services/include/
H A Di_input_control_channel.h27 HIDE_KEYBOARD_SELF = FIRST_CALL_TRANSACTION,
H A Dinputmethod_service_ipc_interface_code.h23 IMS_CMD_BEGIN = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h43 ON_CONNECTED = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dlib.rs34 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; const
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_client.h32 ON_INPUT_READY = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_types.h23 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/ohos5.0/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,
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Diservice_registry.h55 GET_SERVICE_TRANSACTION = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_import_dir/target_rust/
H A DIFoo.rs.txt24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
35 CodeSeqTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h29 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Ddistributed_notification_service_ipc_interface_code.h26 PUBLISH_NOTIFICATION = FIRST_CALL_TRANSACTION,
/ohos5.0/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,
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h39 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
/ohos5.0/base/security/asset/frameworks/ipc/src/
H A Dlib.rs40 Add = ipc::FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_oneway/target_rust/
H A DIFoo.rs.txt24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
33 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp694 …EXPECT_NE(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION, data1, reply, option), ERR_O…
697 …EXPECT_NE(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION + 1, data2, reply, option), E…
700 …EXPECT_EQ(expiredCallbackStub.OnRemoteRequest(FIRST_CALL_TRANSACTION, data3, reply, option), ERR_O…
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_array/target_rust/
H A DIFoo.rs.txt24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
33 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_list/target_rust/
H A DIFoo.rs.txt24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
33 CodeBoolTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_single/target_rust/
H A DIFoo.rs.txt24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
34 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_map/target_rust/
H A DIFoo.rs.txt26 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION
35 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
/ohos5.0/foundation/communication/ipc/
H A DREADME_zh.md496 CodeAdd = FIRST_CALL_TRANSACTION, // 由IPC框架定义,值为1,建议业务使用该值作为第一个IPC方法的code