Home
last modified time | relevance | path

Searched refs:DBinderRemovePermission (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_inner_socket_test.cpp60 ret = DBinderRemovePermission(socketName.c_str()); in HWTEST_F()
84 * @tc.desc: Other percess call DBinderRemovePermission test.
99 ret = DBinderRemovePermission(socketName.c_str()); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Dinner_socket.h86 int32_t DBinderRemovePermission(const char *socketName);
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_softbus_client.h44 int32_t DBinderRemovePermission(const std::string &socketName);
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp91 int32_t DBinderSoftbusClient::DBinderRemovePermission(const std::string &socketName) in DBinderRemovePermission() function in OHOS::DBinderSoftbusClient
102 removePermissionFunc_ = (DBinderRemovePermissionFunc)dlsym(soHandle_, "DBinderRemovePermission"); in DBinderRemovePermission()
104 ZLOGE(LOG_LABEL, "dlsym DBinderRemovePermission fail, err msg:%{public}s", dlerror()); in DBinderRemovePermission()
H A Dipc_object_stub.cpp729 if (DBinderSoftbusClient::GetInstance().DBinderRemovePermission(sessionName) != ERR_NONE) { in RemoveSessionName()
730 ZLOGE(LABEL, "DBinderRemovePermission fail, %{public}s", sessionName.c_str()); in RemoveSessionName()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c224 int32_t DBinderRemovePermission(const char *socketName) in DBinderRemovePermission() function

Completed in 4 milliseconds