/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_process_status_change_proxy.cpp | 29 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 D | system_ability_status_change_proxy.cpp | 28 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 D | res_sched_exe_client.cpp | 48 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 D | ipc_object_proxy.cpp | 118 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 D | ipc_object_stub.cpp | 347 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 D | system_process_status_change_proxy.h | 32 bool SendRequestInner(uint32_t code, SystemProcessInfo systemProcessInfo);
|
H A D | system_ability_status_change_proxy.h | 32 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 D | res_sched_exe_client.h | 99 int32_t SendRequestInner(bool isSync, uint32_t resType, int64_t value,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_proxy.h | 80 …int SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParcel &reply, Messa…
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_object_proxy.h | 250 …int SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParcel &reply, Messa…
|
H A D | ipc_object_stub.h | 302 …int SendRequestInner(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &opti…
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 601 …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 D | system_ability_mgr_test.cpp | 2432 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 D | ipc_object_proxy_unittest.cpp | 114 auto ret = object.SendRequestInner(isLocal, code, data, reply, option);
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 601 …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…
|