Home
last modified time | relevance | path

Searched refs:ERR_IPC (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
Dobject_service_proxy.cpp41 return ERR_IPC; in ObjectStoreSave()
45 return ERR_IPC; in ObjectStoreSave()
52 return ERR_IPC; in ObjectStoreSave()
57 return ERR_IPC; in ObjectStoreSave()
68 return ERR_IPC; in ObjectStoreRevokeSave()
73 return ERR_IPC; in ObjectStoreRevokeSave()
81 return ERR_IPC; in ObjectStoreRevokeSave()
87 return ERR_IPC; in ObjectStoreRevokeSave()
98 return ERR_IPC; in ObjectStoreRetrieve()
103 return ERR_IPC; in ObjectStoreRetrieve()
[all …]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
Dclient_adaptor.cpp142 return ERR_IPC; in RegisterClientDeathObserver()
149 return ERR_IPC; in RegisterClientDeathObserver()
156 return ERR_IPC; in RegisterClientDeathObserver()
162 return ERR_IPC; in RegisterClientDeathObserver()
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
Dobjectstore_errors.h137 constexpr uint32_t ERR_IPC = BASE_ERR_OFFSET + 22; variable
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dmedia_errors.h31 const uint32_t ERR_IPC = BASE_MEDIA_ERR_OFFSET + 1; // ipc error variable
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp1963 env, ERR_IPC, "marshalling pixel map to parcel failed."); in Marshalling()