Home
last modified time | relevance | path

Searched refs:promot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_internal_utils.cpp23 bool IsIPCParcelValid(const OHIPCParcel *parcel, const char *promot) in IsIPCParcelValid() argument
26 ZLOGE(LOG_LABEL, "%{public}s: parcel is null!", promot); in IsIPCParcelValid()
32 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot) in IsIPCRemoteProxyValid() argument
35 ZLOGE(LOG_LABEL, "%{public}s: proxy object is invalid!", promot); in IsIPCRemoteProxyValid()
41 …ol IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promot) in IsMemoryParamsValid() argument
44 ZLOGE(LOG_LABEL, "%{public}s: mem param is invalid!", promot); in IsMemoryParamsValid()
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_internal_utils.h25 bool IsIPCParcelValid(const OHIPCParcel *parcel, const char *promot);
27 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot);
29 …l IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promot);