Home
last modified time | relevance | path

Searched refs:ClientDeathCallback (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h35 using ClientDeathCallback = std::function<void(int32_t)>; variable
42 bool AddClientDeathCallback(CallBackType type, ClientDeathCallback callback);
60 std::map<CallBackType, ClientDeathCallback> deathCallbacks_;
/ohos5.0/foundation/communication/dsoftbus/core/frame/common/include/
H A Dsoftbus_server_frame.h28 void ClientDeathCallback(const char *pkgName, int32_t pid);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_death_recipient.cpp29 ClientDeathCallback(pkgName.c_str(), pid); in OnRemoteDied()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp108 ClientDeathCallback callback = FunctionTest;
124 ClientDeathCallback callback = FunctionTest;
/ohos5.0/foundation/communication/dsoftbus/core/frame/common/src/
H A Dsoftbus_server_frame.c147 void ClientDeathCallback(const char *pkgName, int32_t pid) in ClientDeathCallback() function
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c297 static void ClientDeathCallback(void *arg) in ClientDeathCallback() function
318 …ret = AddDeathRecipient(g_cbStub[cbStubIdx].cbStub, ClientDeathCallback, (void *)(size_t)cbDataIdx… in AddCbDeathRecipient()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp40 bool ClientDeathHandler::AddClientDeathCallback(CallBackType type, ClientDeathCallback callback) in AddClientDeathCallback()