Home
last modified time | relevance | path

Searched refs:messageMap_ (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dnetsys_event_message.cpp24 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 Dsingle_ver_data_message_schedule.cpp146 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 Dsingle_ver_data_message_schedule.h66 std::map<uint32_t, Message *> messageMap_; member in DistributedDB::SingleVerDataMessageSchedule
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp113 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode()
114 std::string message = messageMap_.at(code); in GetMessageFromCode()
H A Dbundle_command.cpp228 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
H A Dbundle_test_tool.cpp973 messageMap_ = BundleCommandCommon::bundleMessageMap_; in CreateMessageMap()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp118 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode()
119 std::string message = messageMap_.at(code); in GetMessageFromCode()
H A Ddp_command.cpp124 messageMap_ = {}; in CreateMessageMap()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp184 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 Dshell_command.cpp119 if (messageMap_.find(code) != messageMap_.end()) { in GetMessageFromCode()
120 std::string message = messageMap_.at(code); in GetMessageFromCode()
H A Daccessibility_ability_command.cpp259 messageMap_ = { in init()
/foundation/ability/ability_runtime/tools/test/moduletest/aa/
H A Daa_command_stop_service_module_test.cpp131 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 Daa_command_start_module_test.cpp130 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 Dshell_command.h61 std::map<int32_t, std::string> messageMap_; member in OHOS::AAFwk::ShellCommand
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h60 std::map<int32_t, std::string> messageMap_; member in OHOS::AppExecFwk::ShellCommand
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h111 std::map<Type, std::string> messageMap_; member in OHOS::nmd::NetsysEventMessage
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h57 std::map<int32_t, std::string> messageMap_; member in OHOS::DeviceProfile::ShellCommand
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_stop_service_test.cpp492 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 Daa_command_start_test.cpp577 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()

Completed in 23 milliseconds