Home
last modified time | relevance | path

Searched refs:SendRequestInner (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_process_status_change_proxy.cpp29 bool ret = SendRequestInner(ON_SYSTEM_PROCESS_STARTED, systemProcessInfo); in OnSystemProcessStarted()
37 bool ret = SendRequestInner(ON_SYSTEM_PROCESS_STOPPED, systemProcessInfo); in OnSystemProcessStopped()
43 bool SystemProcessStatusChangeProxy::SendRequestInner(uint32_t code, SystemProcessInfo systemProces… in SendRequestInner() function in OHOS::SystemProcessStatusChangeProxy
H A Dsystem_ability_status_change_proxy.cpp28 bool ret = SendRequestInner(ON_ADD_SYSTEM_ABILITY, systemAbilityId, deviceId); in OnAddSystemAbility()
36 bool ret = SendRequestInner(ON_REMOVE_SYSTEM_ABILITY, systemAbilityId, deviceId); in OnRemoveSystemAbility()
42 bool SystemAbilityStatusChangeProxy::SendRequestInner(uint32_t code, int32_t systemAbilityId, in SendRequestInner() function in OHOS::SystemAbilityStatusChangeProxy
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_client.cpp48 return SendRequestInner(true, resType, value, context, reply); in SendRequestSync()
55 SendRequestInner(false, resType, value, context, reply); in SendRequestAsync()
69 int32_t ResSchedExeClient::SendRequestInner(bool isSync, uint32_t resType, int64_t value, in SendRequestInner() function in OHOS::ResourceSchedule::ResSchedExeClient
91 SendRequestInner(isSync, ResExeType::RES_TYPE_DEBUG, 0, tempJson, tempJson); in SendDebugCommand()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp118 int err = SendRequestInner(false, SYNCHRONIZE_REFERENCE, data, reply, option); in GetObjectRefCount()
137 return SendRequestInner(false, DUMP_TRANSACTION, data, reply, option); in Dump()
159 int err = SendRequestInner(false, code, data, reply, option); in SendRequest()
183 return SendRequestInner(true, code, data, reply, option); in SendLocalRequest()
238 int err = SendRequestInner(false, INTERFACE_TRANSACTION, data, reply, option); in GetInterfaceDescriptor()
254 int err = SendRequestInner(false, GET_SESSION_NAME, data, reply, option); in GetSessionName()
270 int err = SendRequestInner(false, GET_GRANTED_SESSION_NAME, data, reply, option); in GetGrantedSessionName()
325 int err = SendRequestInner(false, REMOVE_SESSION_NAME, data, reply, option); in RemoveSessionName()
340 return SendRequestInner(true, GET_PID_UID, data, reply, option); in GetPidUid()
621 return SendRequestInner(false, INVOKE_LISTEN_THREAD, data, reply, option); in InvokeListenThread()
[all …]
H A Dipc_object_stub.cpp347 int IPCObjectStub::SendRequestInner(uint32_t code, in SendRequestInner() function in OHOS::IPCObjectStub
414 return SendRequestInner(code, data, reply, option); in SendRequest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_process_status_change_proxy.h32 bool SendRequestInner(uint32_t code, SystemProcessInfo systemProcessInfo);
H A Dsystem_ability_status_change_proxy.h32 bool SendRequestInner(uint32_t code, int32_t systemAbilityId, const std::string& deviceId);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_client.h99 int32_t SendRequestInner(bool isSync, uint32_t resType, int64_t value,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h80 …int SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParcel &reply, Messa…
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h250 …int SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParcel &reply, Messa…
H A Dipc_object_stub.h302 …int SendRequestInner(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opti…
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dappfreeze-guidelines.md601 …ac /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…
913 …d8 /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…
1268 …00 /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp2432 bool ret = systemProcessStatusChange->SendRequestInner(code, systemProcessInfos);
2450 bool ret = systemProcessStatusChange->SendRequestInner(code, systemProcessInfos);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp114 auto ret = object.SendRequestInner(isLocal, code, data, reply, option);
/ohos5.0/docs/en/application-dev/dfx/
H A Dappfreeze-guidelines.md601 …ac /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…
913 …d8 /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…
1268 …00 /system/lib64/platformsdk/libipc_core.z.so(OHOS::IPCObjectProxy::SendRequestInner(bool, unsigne…