Home
last modified time | relevance | path

Searched defs:commandName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp1241 std::string commandName = SET_RM; in RunAsSetRemovableCommand() local
1285 std::string commandName = GET_RM; in RunAsGetRemovableCommand() local
1434 std::string commandName = INSTALL_SANDBOX; in RunAsInstallSandboxCommand() local
1491 std::string commandName = UNINSTALL_SANDBOX; in RunAsUninstallSandboxCommand() local
1555 std::string commandName = DUMP_SANDBOX; in RunAsDumpSandboxCommand() local
1759 std::string commandName = "getProxyData"; in RunAsGetProxyDataCommand() local
1809 std::string commandName = "getProxyData"; in RunAsGetAllProxyDataCommand() local
1851 std::string commandName = "getStr"; in RunAsGetStringCommand() local
2101 std::string commandName = "getIcon"; in RunAsGetIconCommand() local
4041 std::string commandName = "getJsonProfile"; in RunAsGetJsonProfile() local
[all …]
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp164 std::string SoftBusChannel::ExecuteCommand(const std::string &commandName, const std::string &jsonP… in ExecuteCommand()
264 …annel::PrepareBytes(const std::string &type, const std::string &id, const std::string &commandName, in PrepareBytes()
376 …id SoftBusChannel::HandleRequest(int socket, const std::string &id, const std::string &commandName, in HandleRequest()
470 std::string commandName; in FromJson() local
H A Dremote_command_factory.cpp58 const std::string &commandName, const std::string &commandJsonString) in NewRemoteCommandFromJson()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/protocol/
H A Dremote_protocol.h23 std::string commandName; member
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_channel.h308 …const std::string &type, const std::string &id, const std::string &commandName, const std::string … in SoftBusMessage()