Searched refs:DELETE_APP_KEY (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/security/access_token/frameworks/el5filekeymanager/include/ |
H A D | el5_filekey_manager_interface_code.h | 25 DELETE_APP_KEY, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_ipc_interface_code.h | 57 DELETE_APP_KEY, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_ipc_interface_code.h | 85 DELETE_APP_KEY, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_noper_test.cpp | 70 static_cast<int32_t>(StorageManagerInterfaceCode::DELETE_APP_KEY),
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_stub.cpp | 89 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY)] = in StorageDaemonStub() 143 case static_cast<uint32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY): in OnRemoteRequest() 237 case static_cast<uint32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY): in OnRemoteRequestForApp()
|
H A D | storage_daemon_proxy.cpp | 584 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY), data, … in DeleteAppkey()
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/ |
H A D | el5_filekey_manager_stub.cpp | 41 requestMap_[static_cast<uint32_t>(EFMInterfaceCode::DELETE_APP_KEY)] = in SetFuncInMap()
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/ |
H A D | el5_filekey_manager_stub_unittest.cpp | 76 … static_cast<uint32_t>(EFMInterfaceCode::DELETE_APP_KEY), data, reply, option), OHOS::NO_ERROR);
|
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_proxy.cpp | 147 …int32_t result = remote->SendRequest(static_cast<int32_t>(EFMInterfaceCode::DELETE_APP_KEY), data,… in DeleteAppKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 175 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::DELETE_APP_KEY)] = in StorageManagerStub() 286 case static_cast<uint32_t>(StorageManagerInterfaceCode::DELETE_APP_KEY): in OnRemoteRequest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_proxy_test.cpp | 571 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY) == mock_->code_);
|
H A D | storage_daemon_stub_test.cpp | 64 static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_APP_KEY),
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 453 static_cast<int32_t>(StorageManagerInterfaceCode::DELETE_APP_KEY), data, reply, option); in DeleteAppkey()
|