Home
last modified time | relevance | path

Searched defs:commandFunctionMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand_function.h34 std::unordered_map<std::string, std::unique_ptr<CommandFunction>> commandFunctionMap_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test_agent.cpp60 std::map<std::string, CommandFunction> commandFunctionMap_; member in OHOS::Test::DistributedTestAgent