/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | netsys_event_message.cpp | 24 messageMap_[type] = value; in PushMessage() 30 if (messageMap_.find(type) == messageMap_.end()) { in GetMessage() 33 return messageMap_[type]; in GetMessage() 40 for (auto &item : messageMap_) { in DumpMessage()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_message_schedule.cpp | 146 while (!messageMap_.empty()) { in GetMsgFromMap() 147 auto iter = messageMap_.begin(); in GetMsgFromMap() 149 messageMap_.erase(iter); in GetMsgFromMap() 179 messageMap_[sequenceId] = msg; in GetMsgFromMap() 209 for (auto &iter : messageMap_) { in ClearMsgMapWithNoLock() 213 messageMap_.clear(); in ClearMsgMapWithNoLock() 320 if (messageMap_.count(sequenceId) > 0) { in UpdateMsgMapIfNeed() 321 const auto *cachePacket = messageMap_[sequenceId]->GetObject<DataRequestPacket>(); in UpdateMsgMapIfNeed() 324 if ((GetPacketId(messageMap_[sequenceId], cachePacketId) == E_OK) && in UpdateMsgMapIfNeed() 331 delete messageMap_[sequenceI in UpdateMsgMapIfNeed() [all...] |
H A D | single_ver_data_message_schedule.h | 66 std::map<uint32_t, Message *> messageMap_; member in DistributedDB::SingleVerDataMessageSchedule
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | shell_command.cpp | 113 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode() 114 std::string message = messageMap_.at(code); in GetMessageFromCode()
|
H A D | bundle_command.cpp | 228 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
|
H A D | bundle_test_tool.cpp | 973 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | shell_command.cpp | 118 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode() 119 std::string message = messageMap_.at(code); in GetMessageFromCode()
|
H A D | dp_command.cpp | 124 messageMap_ = {}; in CreateMessageMap()
|
/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 184 messageMap_[RESOLVE_ABILITY_ERR] = "error: resolve ability err."; in CreateMessageMap() 185 messageMap_[GET_ABILITY_SERVICE_FAILED] = "error: get ability service failed."; in CreateMessageMap() 186 messageMap_[ABILITY_SERVICE_NOT_CONNECTED] = "error: ability service not connected."; in CreateMessageMap() 187 messageMap_[RESOLVE_APP_ERR] = "error: resolve app err."; in CreateMessageMap() 188 messageMap_[ABILITY_EXISTED] = "error: ability existed."; in CreateMessageMap() 189 messageMap_[CREATE_MISSION_STACK_FAILED] = "error: create mission stack failed."; in CreateMessageMap() 190 messageMap_[CREATE_ABILITY_RECORD_FAILED] = "error: create ability record failed."; in CreateMessageMap() 191 messageMap_[START_ABILITY_WAITING] = "start ability successfully. waiting..."; in CreateMessageMap() 192 messageMap_[TERMINATE_LAUNCHER_DENIED] = "error: terminate launcher denied."; in CreateMessageMap() 193 messageMap_[CONNECTION_NOT_EXIS in CreateMessageMap() [all...] |
H A D | shell_command.cpp | 119 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode() 120 std::string message = messageMap_.at(code); in GetMessageFromCode()
|
H A D | accessibility_ability_command.cpp | 259 messageMap_ = { in init()
|
/foundation/ability/ability_runtime/tools/test/moduletest/aa/ |
H A D | aa_command_stop_service_module_test.cpp | 131 cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_ABILITY_ERR) + "\n"); in HWTEST_F() 155 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_APP_ERR) + "\n"); in HWTEST_F()
|
H A D | aa_command_start_module_test.cpp | 130 EXPECT_EQ(cmd.ExecCommand(), STRING_START_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_ABILITY_ERR) + "\n"); in HWTEST_F() 154 EXPECT_EQ(cmd.ExecCommand(), STRING_START_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_APP_ERR) + "\n"); in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | shell_command.h | 61 std::map<int32_t, std::string> messageMap_; member in OHOS::AAFwk::ShellCommand
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | shell_command.h | 60 std::map<int32_t, std::string> messageMap_; member in OHOS::AppExecFwk::ShellCommand
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | netsys_event_message.h | 111 std::map<Type, std::string> messageMap_; member in OHOS::nmd::NetsysEventMessage
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | shell_command.h | 57 std::map<int32_t, std::string> messageMap_; member in OHOS::DeviceProfile::ShellCommand
|
/foundation/ability/ability_runtime/tools/test/unittest/aa/ |
H A D | aa_command_stop_service_test.cpp | 492 cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_ABILITY_ERR) + "\n"); in HWTEST_F() 516 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_APP_ERR) + "\n"); in HWTEST_F()
|
H A D | aa_command_start_test.cpp | 577 EXPECT_EQ(cmd.ExecCommand(), STRING_START_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_ABILITY_ERR) + "\n"); in HWTEST_F() 603 EXPECT_EQ(cmd.ExecCommand(), STRING_START_ABILITY_NG + "\n" + cmd.messageMap_.at(RESOLVE_APP_ERR) + "\n"); in HWTEST_F()
|