/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/ |
H A D | white_list_config_mgr.cpp | 70 APP_DOMAIN_VERIFY_HILOGI(APP_DOMAIN_VERIFY_MODULE_COMMON, "called end"); in Load() 153 std::for_each(whiteList.begin(), whiteList.end(), [&filtedWhiteList](const std::string& element) { in UpdateWhiteList()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_callback.cpp | 45 APP_LOGI("end, oldUserId:%{public}d to newUserId:%{public}d", oldUserId, userId); in OnUserIdSwitched() 56 APP_LOGI("end, colorMode: %{public}s", colorMode.c_str()); in OnSystemColorModeChanged() 84 APP_LOGI("end, language %{public}s", language.c_str()); in OnSystemLanguageChange() 102 const auto &jsonObjectEnd = jsonObject.end(); in OnApplicationThemeChanged() 131 APP_LOGI("end, theme:%{public}s", theme.c_str()); in OnApplicationThemeChanged() 164 APP_LOGI("end, targetBundleName:%{public}s, isEnabled:%{public}d, userId:%{public}d", in OnOverlayStatusChanged() 197 APP_LOGI("end set themeId %{public}d", themeId); in SetThemeIdForThemeChanged()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.h | 158 static bool IsEndWith(const char* src, const char *end);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_observer_stub.cpp | 60 if (itFunc != memberFuncMap_.end()) { in OnRemoteRequest()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 57 if (itFunc != memberFuncMap_.end()) { in OnRemoteRequest()
|
H A D | bluetooth_socket_stub.cpp | 61 if (itFunc != memberFuncMap_.end()) { in OnRemoteRequest()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 181 if (iter != BtErrCodeMap.end()) {
in GetErrorCode()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_connection.cpp | 174 if (iter == devList.end()) { in JudgeConnectExit()
|
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/ |
H A D | common_tool.cpp | 154 for (auto it = strVector.begin(); it != strVector.end(); it++) { in VectorToStr()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | container_observer.cpp | 149 while (it != subscriptions_.end()) { in Unsubscribe()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/ |
H A D | audio_param_parser.cpp | 145 for (std::sregex_token_iterator it(usage.begin(), usage.end(), regexDelimiter, -1); it != itEnd; it++) { in ParseSubKeys()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | json_util.h | 103 return std::transform(container.begin(), container.end(), dest, func); in Transform()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.h | 71 uint8_t *FindNalStartCode(const uint8_t *buf, const uint8_t *end, int32_t &startCodeLen);
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | plugin_render.cpp | 88 if (instance_.find(id) == instance_.end()) {
in GetInstance()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/ |
H A D | audio_session_timer.cpp | 110 while (iter != timerMap_.end()) { in TimerLoopFunc()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_affinity_parser.cpp | 162 deviceInfo.deviceType = (item != deviceTypeMap_.end() ? item->second : DEVICE_TYPE_INVALID); in ParserAffinityGroupDeviceInfos()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/ |
H A D | ffmpeg_flac_decoder_plugin.cpp | 56 std::end(FLAC_DECODER_SAMPLE_RATE_TABLE), [sampleRate](int32_t value) {
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | json_util.h | 105 return std::transform(container.begin(), container.end(), dest, func); in Transform()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_rate_decider.cpp | 54 if (decisionElements_.find(id) != decisionElements_.end()) { in AddDecisionElement()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_display_render_params.h | 144 return iter == displaySpecailSurfaceChanged_.end() ? false : iter->second; in IsSpecialLayerChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_cache.cpp | 70 return (item != cache_.end()) ? &item->second : nullptr; in Get()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | font_collection.cpp | 88 if (typefaces_.find(typeface->GetUniqueID()) != typefaces_.end()) { in RegisterTypeface()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph.h | 164 // between start and end glyph indexes. The bounding boxes 166 virtual std::vector<TextBox> GetRectsForRange(size_t start, size_t end,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.h | 82 std::vector<TextBox> GetRectsForRange(size_t start, size_t end,
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | json_util.h | 69 return std::transform(container.begin(), container.end(), dest, func); in Transform()
|