Home
last modified time | relevance | path

Searched refs:emplace (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header_categ.cpp54 mmsFieldDesMap_.emplace(MMS_CC, MmsFieldValueType::MMS_FIELD_ENCODE_ADDR_TYPE); in InitFieldDesV10()
57 mmsFieldDesMap_.emplace(MMS_DATE, MmsFieldValueType::MMS_FIELD_LONG_TYPE); in InitFieldDesV10()
60 mmsFieldDesMap_.emplace(MMS_EXPIRY, MmsFieldValueType::MMS_FIELD_LONG_TYPE); in InitFieldDesV10()
73 mmsFieldDesMap_.emplace(MMS_STATUS, MmsFieldValueType::MMS_FIELD_OCTET_TYPE); in InitFieldDesV10()
96 mmsFieldDesMap_.emplace(MMS_STORE, MmsFieldValueType::MMS_FIELD_OCTET_TYPE); in InitFieldDesV12()
124 mmsSendReqOptMap_.emplace(MMS_FROM, MmsFieldOptType::MMS_MANDATORY_TYPE); in InitSendReqMap()
126 mmsSendReqOptMap_.emplace(MMS_DATE, MmsFieldOptType::MMS_OPTIONAL_TYPE); in InitSendReqMap()
127 mmsSendReqOptMap_.emplace(MMS_TO, MmsFieldOptType::MMS_OPTIONAL_TYPE); in InitSendReqMap()
128 mmsSendReqOptMap_.emplace(MMS_CC, MmsFieldOptType::MMS_OPTIONAL_TYPE); in InitSendReqMap()
129 mmsSendReqOptMap_.emplace(MMS_BCC, MmsFieldOptType::MMS_OPTIONAL_TYPE); in InitSendReqMap()
[all …]
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_charset.cpp26 mapCharSet_.emplace("US-ASCII", 0x03); in MmsCharSet()
27 mapCharSet_.emplace("UTF-16", 0x03F7); in MmsCharSet()
29 mapCharSet_.emplace("UTF-8", 0x6A); in MmsCharSet()
32 mapCharSet_.emplace("EUC-KR", 0x26); in MmsCharSet()
35 mapCharSet_.emplace("ISO_8859-1", 0x04); in MmsCharSet()
46 mapCharSet_.emplace("SHIFT_JIS", 0x11); in MmsCharSet()
47 mapCharSet_.emplace("EUC-JP", 0x13); in MmsCharSet()
48 mapCharSet_.emplace("GB2312", 0x07E9); in MmsCharSet()
49 mapCharSet_.emplace("BIG5", 0x0d); in MmsCharSet()
51 mapCharSet_.emplace("KOI8-R", 0x0824); in MmsCharSet()
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp29 mapCharSet_.emplace("US-ASCII", 0x03); in SmsWapPushContentType()
30 mapCharSet_.emplace("UTF-16", 0x03F7); in SmsWapPushContentType()
32 mapCharSet_.emplace("UTF-8", 0x6A); in SmsWapPushContentType()
35 mapCharSet_.emplace("EUC-KR", 0x26); in SmsWapPushContentType()
38 mapCharSet_.emplace("ISO_8859-1", 0x04); in SmsWapPushContentType()
49 mapCharSet_.emplace("SHIFT_JIS", 0x11); in SmsWapPushContentType()
50 mapCharSet_.emplace("EUC-JP", 0x13); in SmsWapPushContentType()
51 mapCharSet_.emplace("GB2312", 0x07E9); in SmsWapPushContentType()
52 mapCharSet_.emplace("BIG5", 0x0d); in SmsWapPushContentType()
54 mapCharSet_.emplace("KOI8-R", 0x0824); in SmsWapPushContentType()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp105 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE); in SetUpTestCase()
107 paras.emplace(KEY_TEST_DEBUG, VALUE_TEST_DEBUG); in SetUpTestCase()
194 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
234 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
269 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
299 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
331 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
369 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
402 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
453 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
[all …]
H A Djs_test_runner_test.cpp103 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
104 paras.emplace(KEY_TEST_RUNNER_CLASS, VALUE_TEST_RUNNER_CLASS);
105 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
133 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
135 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
173 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
175 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
213 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
215 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
257 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
[all …]
H A Dability_delegator_args_test.cpp90 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
91 paras.emplace(KEY_TEST_MODULE_NAME, VALUE_TEST_MODULE_NAME);
92 paras.emplace(KEY_TEST_PACKAGE_NAME, VALUE_TEST_PACKAGE_NAME);
93 paras.emplace(KEY_TEST_RUNNER_CLASS, VALUE_TEST_RUNNER_CLASS);
94 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
124 paras.emplace(KEY_TEST_MODULE_NAME, VALUE_TEST_MODULE_NAME);
126 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
128 paras.emplace(KEY_TEST_DEBUG, VALUE_TEST_DEBUG_DEFAULT);
156 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
157 paras.emplace(KEY_TEST_MODULE_NAME, VALUE_TEST_MODULE_NAME);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp158 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
197 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
232 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
270 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
303 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
334 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
369 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
404 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
436 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
469 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
[all …]
H A Djs_test_runner_module_test.cpp107 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
108 paras.emplace(KEY_TEST_RUNNER_CLASS, VALUE_TEST_RUNNER_CLASS);
109 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
110 paras.emplace(KEY_TEST_WAIT_TIMEOUT, VALUE_TEST_WAIT_TIMEOUT);
146 paras.emplace(KEY_TEST_BUNDLE_NAME, VALUE_TEST_BUNDLE_NAME);
147 paras.emplace(KEY_TEST_RUNNER_CLASS, VALUE_TEST_RUNNER_CLASS);
148 paras.emplace(KEY_TEST_CASE, VALUE_TEST_CASE);
149 paras.emplace(KEY_TEST_WAIT_TIMEOUT, VALUE_TEST_WAIT_TIMEOUT);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Danr_handler_test.cpp67 anrHandler_.sessionStageMap_.emplace(0, sessionInfo);
68 anrHandler_.sessionStageMap_.emplace(1, sessionInfo);
96 anrHandler_.sessionStageMap_.emplace(0, sessionInfo);
104 anrHandler_.sessionStageMap_.emplace(1, sessionInfo);
168 anrHandler_.sessionStageMap_.emplace(1, sessionInfo);
169 anrHandler_.sessionStageMap_.emplace(0, sessionInfo);
211 anrHandler_.sessionStageMap_.emplace(2, sessionInfo);
212 anrHandler_.sessionStageMap_.emplace(3, sessionInfo);
217 anrHandler_.sessionStageMap_.emplace(0, sessionInfo);
218 anrHandler_.sessionStageMap_.emplace(1, sessionInfo);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_output_test.cpp167 output_->channels_.emplace(SNAPSHOT_FRAME, channel_);
168 output_->channels_.emplace(CONTINUOUS_FRAME, channel_);
188 output_->channels_.emplace(SNAPSHOT_FRAME, channel_);
189 output_->channels_.emplace(CONTINUOUS_FRAME, channel_);
209 output_->channels_.emplace(SNAPSHOT_FRAME, channel_);
210 output_->channels_.emplace(CONTINUOUS_FRAME, channel_);
230 output_->channels_.emplace(SNAPSHOT_FRAME, channel_);
231 output_->channels_.emplace(CONTINUOUS_FRAME, channel_);
253 output_->channels_.emplace(SNAPSHOT_FRAME, channel_);
254 output_->channels_.emplace(CONTINUOUS_FRAME, channel_);
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp161 keys.emplace(INFO_MODE, 0);
162 keys.emplace(INFO_DIR, 1);
163 keys.emplace(INFO_SIZE, 2);
165 keys.emplace(INFO_HASH, 4);
173 keys.emplace(INFO_MODE, 0);
174 keys.emplace(INFO_DIR, 1);
175 keys.emplace(INFO_SIZE, 2);
177 keys.emplace(INFO_HASH, 4);
215 keys.emplace(INFO_MODE, 0);
216 keys.emplace(INFO_DIR, 1);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp74 abilityInfoMap_.emplace(COM_IX_HIWORLD, HiWordInfo); in BundleMgrService()
75 abilityInfoMap_.emplace(COM_IX_HIMUSIC, HiMusicInfo); in BundleMgrService()
76 abilityInfoMap_.emplace(COM_IX_HIRADIO, HiRadioInfo); in BundleMgrService()
77 abilityInfoMap_.emplace(COM_IX_HISERVICE, HiServiceInfo); in BundleMgrService()
78 abilityInfoMap_.emplace(COM_IX_MUSICSERVICE, MusicServiceInfo); in BundleMgrService()
79 abilityInfoMap_.emplace(COM_IX_HIDATA, HiDataInfo); in BundleMgrService()
80 abilityInfoMap_.emplace(COM_IX_HIEXTENSION, HiExtensionInfo); in BundleMgrService()
81 abilityInfoMap_.emplace(COM_IX_HIACCOUNT, HiAccountInfo); in BundleMgrService()
84 abilityInfoMap_.emplace(COM_IX_HISINGLEMUSIC, HiSingleMusicInfo); in BundleMgrService()
85 abilityInfoMap_.emplace(COM_OHOS_TEST, TestInfo); in BundleMgrService()
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h290 handlers.emplace(BASE_INFO_KEY_ID, [this] (T val) -> decltype(auto) { in InitIdInfoAppendHandlers()
430 parseFuncs.emplace(BASE_INFO_KEY_DOMAIN, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
433 parseFuncs.emplace(BASE_INFO_KEY_NAME, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
436 parseFuncs.emplace(BASE_INFO_KEY_TYPE, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
446 parseFuncs.emplace(BASE_INFO_KEY_ID, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
449 parseFuncs.emplace(BASE_INFO_KEY_PID, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
452 parseFuncs.emplace(BASE_INFO_KEY_TID, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
455 parseFuncs.emplace(BASE_INFO_KEY_UID, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
458 parseFuncs.emplace(BASE_INFO_KEY_LOG, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
461 parseFuncs.emplace(BASE_INFO_KEY_TRACE_ID, [this] (T& val) -> bool { in GetBaseInfoValueByKey()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
H A Dfms_form_host_client_test.cpp287 callbackSet.emplace(callback);
310 callbackSet.emplace(callback);
333 callbackSet.emplace(callback);
356 callbackSet.emplace(callback);
378 callbackSet.emplace(callback);
414 callbackSet.emplace(callback);
438 callbackSet.emplace(callback);
460 callbackSet.emplace(callback);
482 callbackSet.emplace(callback);
507 callbackSet.emplace(callback);
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp213 extractor->zipFile_.entriesMap_.emplace("a.txt", ZipEntry());
214 extractor->zipFile_.entriesMap_.emplace("b.txt", ZipEntry());
216 extractor->zipFile_.entriesMap_.emplace("b/c/", ZipEntry());
217 extractor->zipFile_.entriesMap_.emplace("c", ZipEntry());
270 extractor->zipFile_.entriesMap_.emplace("a.txt", ZipEntry());
271 extractor->zipFile_.entriesMap_.emplace("b.txt", ZipEntry());
273 extractor->zipFile_.entriesMap_.emplace("b/c/", ZipEntry());
274 extractor->zipFile_.entriesMap_.emplace("c", ZipEntry());
376 extractor->zipFile_.entriesMap_.emplace("a.txt", ZipEntry());
379 extractor->zipFile_.entriesMap_.emplace("b/c/", ZipEntry());
[all …]
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp295 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, timerCondition);
452 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, timerCondition);
488 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, timerCondition);
495 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, timerCondition1);
551 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, repeatCycle);
568 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, repeatCycle);
585 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, repeatCycle);
603 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, repeatCycle);
621 workStatus_->conditionMap_.emplace(WorkCondition::Type::TIMER, repeatCycle);
649 workInfo.conditionMap_.emplace(WorkCondition::Type::DEEP_IDLE, repeatCycle1);
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp241 formRenderMgr.renderInners_.emplace(userId, formInner);
313 formRenderMgr.renderInners_.emplace(userId, formInner);
447 formRenderMgr.renderInners_.emplace(userId, formInner);
494 formRenderMgr.renderInners_.emplace(userId, formInner);
695 formRenderMgr.renderInners_.emplace(userId, formInner);
735 formRenderMgr.renderInners_.emplace(userId, formInner);
972 formRenderMgr.renderInners_.emplace(userId, formInner);
990 formRenderMgr.renderInners_.emplace(userId, formInner);
1024 formRenderMgr.renderInners_.emplace(userId, formInner);
1044 formRenderMgr.renderInners_.emplace(userId, formInner);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp431 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
516 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
584 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
675 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
782 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
903 manager->appStateObserverMap_.emplace(nullptr, bundleNameList);
1171 manager->abilityforegroundObserverSet_.emplace(observer);
1186 manager->abilityforegroundObserverSet_.emplace(observer);
1203 manager->abilityforegroundObserverSet_.emplace(observers);
1307 manager->appForegroundStateObserverSet_.emplace(observer);
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp61 attributes_.emplace(ccc.valueHandle_, std::move(cccAttributeValue)); in AddService()
71 attributes_.emplace(descriptor.handle_, std::move(descAttributeValue)); in AddService()
80 services_.emplace(dbService.handle_, std::move(dbService)); in AddService()
143 availableHandles_.emplace(currentNode, service.handle_, service.endHandle_); in ReleaseHandle()
161 availableHandles_.emplace(nextNode, service.handle_, service.endHandle_); in ReleaseHandle()
184 availableHandles_.emplace(nextNode, service.handle_, nextNode->second); in ReleaseHandle()
190 availableHandles_.emplace(nextNode, currentNode->first, nextNode->second); in ReleaseHandle()
197 availableHandles_.emplace(nextNode, service.handle_, service.endHandle_); in ReleaseHandle()
438 restrictedGattBasedService_.emplace(0x180A); in CheckRestrictedGattBasedService()
444 restrictedGattBasedService_.emplace(0x1800); in CheckRestrictedGattBasedService()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp534 formRenderMgrInner.renderFormConnections_.emplace(formId, conn);
538 formRenderMgrInner.etsHosts_.emplace(remote, form);
561 formRenderMgrInner.etsHosts_.emplace(remote, form);
565 formRenderMgrInner.etsHosts_.emplace(remote, forms);
673 formRenderMgrInner->etsHosts_.emplace(remote, form);
698 formRenderMgrInner->etsHosts_.emplace(remote, form);
862 formRenderMgrInner.etsHosts_.emplace(remote, form);
883 formRenderMgrInner.etsHosts_.emplace(remote, form);
903 formRenderMgrInner.etsHosts_.emplace(remote, form);
921 formRenderMgrInner.etsHosts_.emplace(remote, form);
[all …]
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp123 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
127 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
131 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
143 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
148 dhcpClientImpl->m_mapClientService.emplace(std::make_pair("wlan0", client));
162 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
167 dhcpClientImpl->m_mapClientService.emplace(std::make_pair("wlan0", client));
181 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
186 dhcpClientImpl->m_mapClientService.emplace(std::make_pair("wlan0", client));
208 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", nullptr));
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp170 argsMap.emplace("target-compiler-mode", aotArgs.compileMode); in MapArgs()
172 argsMap.emplace("compiler-pkg-info", subject.dump()); in MapArgs()
173 argsMap.emplace("compiler-external-pkg-info", objectArray.dump()); in MapArgs()
174 argsMap.emplace("compiler-opt-bc-range", aotArgs.optBCRangeList); in MapArgs()
175 argsMap.emplace("compiler-device-state", std::to_string(aotArgs.isScreenOff)); in MapArgs()
176 argsMap.emplace("compiler-baseline-pgo", std::to_string(aotArgs.isEnableBaselinePgo)); in MapArgs()
177 …argsMap.emplace("ABC-Path", aotArgs.hapPath + ServiceConstants::PATH_SEPARATOR + ABC_RELATIVE_PATH… in MapArgs()
178 argsMap.emplace("BundleUid", std::to_string(aotArgs.bundleUid)); in MapArgs()
179 argsMap.emplace("BundleGid", std::to_string(aotArgs.bundleGid)); in MapArgs()
180 argsMap.emplace("anFileName", aotArgs.anFileName); in MapArgs()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp81 wrappingComponentsMap.emplace("root", rootComponent); in GetRootComponent()
112 wrappingComponentsMap.emplace("popup", popupComponent); in GetPopupComponent()
130 wrappingComponentsMap.emplace("menu", menuComponent); in GetMenuComponent()
154 wrappingComponentsMap.emplace("flexItem", flexItem); in GetFlexItemComponent()
200 wrappingComponentsMap.emplace("box", boxComponent); in GetBoxComponent()
215 wrappingComponentsMap.emplace("box", boxComponent); in GetBoxComponent()
291 wrappingComponentsMap.emplace("touch", touchComponent); in GetTouchListenerComponent()
306 wrappingComponentsMap.emplace("mouse", mouseComponent); in GetMouseListenerComponent()
421 wrappingComponentsMap.emplace("main", component); in Push()
774 keyStack_.emplace(key.length()); in PushKey()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_surface_node_demo.cpp61 (void)playerTable.emplace("prepare", std::bind(&OHOS::Media::Player::Prepare, player)); in RegisterTable()
62 … (void)playerTable.emplace("prepareasync", std::bind(&OHOS::Media::Player::PrepareAsync, player)); in RegisterTable()
63 (void)playerTable.emplace("", std::bind(&OHOS::Media::Player::Play, player)); // ENTER -> play in RegisterTable()
64 (void)playerTable.emplace("play", std::bind(&OHOS::Media::Player::Play, player)); in RegisterTable()
65 (void)playerTable.emplace("pause", std::bind(&OHOS::Media::Player::Pause, player)); in RegisterTable()
66 (void)playerTable.emplace("stop", std::bind(&OHOS::Media::Player::Stop, player)); in RegisterTable()
67 (void)playerTable.emplace("reset", std::bind(&OHOS::Media::Player::Reset, player)); in RegisterTable()
68 (void)playerTable.emplace("release", std::bind(&OHOS::Media::Player::Release, player)); in RegisterTable()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1033 g_procMapping.emplace(MakeKey(RGBA_F16, ARGB_8888), in InitF16Proc()
1035 g_procMapping.emplace(MakeKey(RGBA_F16, RGBA_8888), in InitF16Proc()
1037 g_procMapping.emplace(MakeKey(RGBA_F16, BGRA_8888), in InitF16Proc()
1039 g_procMapping.emplace(MakeKey(RGBA_F16, ABGR_8888), in InitF16Proc()
1041 g_procMapping.emplace(MakeKey(RGBA_F16, RGB_565), in InitF16Proc()
1044 g_procMapping.emplace(MakeKey(BGR_888, RGBA_F16), in InitF16Proc()
1046 g_procMapping.emplace(MakeKey(RGB_888, RGBA_F16), in InitF16Proc()
1050 g_procMapping.emplace(MakeKey(ARGB_8888, RGBA_F16), in InitF16Proc()
1052 g_procMapping.emplace(MakeKey(RGBA_8888, RGBA_F16), in InitF16Proc()
1054 g_procMapping.emplace(MakeKey(BGRA_8888, RGBA_F16), in InitF16Proc()
[all …]

12345678910>>...54