Searched refs:ClientDeathCallback (Results 1 – 7 of 7) sorted by relevance
35 using ClientDeathCallback = std::function<void(int32_t)>; variable42 bool AddClientDeathCallback(CallBackType type, ClientDeathCallback callback);60 std::map<CallBackType, ClientDeathCallback> deathCallbacks_;
28 void ClientDeathCallback(const char *pkgName, int32_t pid);
29 ClientDeathCallback(pkgName.c_str(), pid); in OnRemoteDied()
108 ClientDeathCallback callback = FunctionTest;124 ClientDeathCallback callback = FunctionTest;
147 void ClientDeathCallback(const char *pkgName, int32_t pid) in ClientDeathCallback() function
297 static void ClientDeathCallback(void *arg) in ClientDeathCallback() function318 …ret = AddDeathRecipient(g_cbStub[cbStubIdx].cbStub, ClientDeathCallback, (void *)(size_t)cbDataIdx… in AddCbDeathRecipient()
40 bool ClientDeathHandler::AddClientDeathCallback(CallBackType type, ClientDeathCallback callback) in AddClientDeathCallback()