Searched defs:cbId (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_notify_data_listener.cpp | 31 void CJNotifyDataListener::AddListener(ProgressOnCallBackType cb, CFunc cbId) in AddListener() 40 void CJNotifyDataListener::RemoveListener(CFunc cbId) in RemoveListener()
|
H A D | cj_listener_list.cpp | 21 void ListenerList::AddListenerInner(ProgressOnCallBackType &cb, CFunc cbId) in AddListenerInner()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_skeleton.c | 94 int32_t AddDeathRecipient(SvcIdentity target, OnRemoteDead deathFunc, void *args, uint32_t *cbId) in AddDeathRecipient() 107 int32_t RemoveDeathRecipient(SvcIdentity target, uint32_t cbId) in RemoveDeathRecipient()
|
H A D | ipc_process_skeleton.c | 277 int32_t ProcessAddDeathRecipient(int32_t handle, OnRemoteDead deathFunc, void *args, uint32_t *cbId) in ProcessAddDeathRecipient() 332 int32_t ProcessRemoveDeathRecipient(int32_t handle, uint32_t cbId) in ProcessRemoveDeathRecipient()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/ipc/lite/ |
H A D | ipc_server_listenermgr.h | 33 uint32_t cbId; member
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_client_proxy.cpp | 63 uint32_t cbId = 0; in AddListener() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/ |
H A D | command_parser.cpp | 176 uint32_t cbId = INITIAL_CBID; in RunAsInstallCommand() local 218 uint32_t cbId = INITIAL_CBID; in RunAsUninstallCommand() local
|
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 40 uint32_t cbId = 0; in AddDeathCallback() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
H A D | ipc_server_stub.cpp | 102 uint32_t cbId = 0; in RegisterDeviceManagerListener() local
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_stub.c | 164 uint32_t cbId = 0; in ServerRegisterService() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_server_ipc_interface_code.h | 36 unsigned int cbId; member
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wms.cpp | 242 uint32_t cbId = -1; in ClientRegister() local
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_dev_auth_stub.c | 308 uint32_t cbId = 0; in AddCbDeathRecipient() local
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/ |
H A D | dbinder_types.h | 84 uint32_t cbId; member
|