/ohos5.0/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; const
|
/ohos5.0/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,
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | standby_ipc_interface_code.h | 25 ON_DEVICE_IDLE_MODE = FIRST_CALL_TRANSACTION,
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | i_input_control_channel.h | 27 HIDE_KEYBOARD_SELF = FIRST_CALL_TRANSACTION,
|
H A D | inputmethod_service_ipc_interface_code.h | 23 IMS_CMD_BEGIN = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/ |
H A D | memmgrservice_ipc_interface_code.h | 43 ON_CONNECTED = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | lib.rs | 34 pub const FIRST_CALL_TRANSACTION: isize = 0x00000001; const
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | i_input_client.h | 32 ON_INPUT_READY = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 23 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/ohos5.0/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,
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | iservice_registry.h | 55 GET_SERVICE_TRANSACTION = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_import_dir/target_rust/ |
H A D | IFoo.rs.txt | 24 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 D | ipc_types.h | 29 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | distributed_notification_service_ipc_interface_code.h | 26 PUBLISH_NOTIFICATION = FIRST_CALL_TRANSACTION,
|
/ohos5.0/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,
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 39 FIRST_CALL_TRANSACTION = 0x00000001, enumerator
|
/ohos5.0/base/security/asset/frameworks/ipc/src/ |
H A D | lib.rs | 40 Add = ipc::FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_oneway/target_rust/ |
H A D | IFoo.rs.txt | 24 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION 33 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_unit_test.cpp | 694 …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 D | IFoo.rs.txt | 24 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 D | IFoo.rs.txt | 24 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 D | IFoo.rs.txt | 24 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 D | IFoo.rs.txt | 26 RemoteObj, define_remote_object, FIRST_CALL_TRANSACTION 35 CodeVoidTestFunc = FIRST_CALL_TRANSACTION,
|
/ohos5.0/foundation/communication/ipc/ |
H A D | README_zh.md | 496 CodeAdd = FIRST_CALL_TRANSACTION, // 由IPC框架定义,值为1,建议业务使用该值作为第一个IPC方法的code
|