Home
last modified time | relevance | path

Searched defs:idStr (Results 1 - 25 of 31) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp66 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' }; in Export() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dmodule.cpp73 string idStr; in Export() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/
H A Dplugin_manager.cpp68 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in Export() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp66 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in Export() local
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp88 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in Export() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dnative_texture.cpp56 void NativeTexture::Create(const std::function<void(int64_t)>& onCreate, const std::string& idStr) in Create() argument
74 void NativeTexture::CreateTexture(const std::function<void(int64_t)>& onCreate, const std::string& idStr) in CreateTexture() argument
84 XCOMPONENT_PARAM_AND << "id" << XCOMPONENT_PARAM_EQUALS << idStr; in CreateTexture() local
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Dplugin_render.cpp38 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' }; in OnSurfaceCreatedCB() local
65 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = { '\0' }; in OnSurfaceDestroyedCB() local
125 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in NapiDrawRectangle() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dspeed_limit_configs_writer.cpp81 char idStr[MAX_ARRAY_LENGTH]; in SetUidPids() local
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_utils.cpp57 std::stringstream idStr; in GenerateId() local
/foundation/distributeddatamgr/udmf/adapter/framework/common/
H A Dudmf_utils.cpp55 std::stringstream idStr; in GenerateId() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.cpp123 JSRef<JSString> idStr = JSRef<JSString>::New(std::to_string(context_->GetNavDestinationId())); in GetNavDestinationId() local
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp283 std::string idStr = "06w"; in HWTEST_F() local
299 std::string idStr = "96+"; in HWTEST_F() local
315 std::string idStr; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp71 std::string idStr; in OnGetChildByIndex() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp57 const char* idStr = info.isInput ? "inBufId" : "outBufId"; in ChangeOwner() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/src/
H A Dmedia_library_tab_old_photos_client.cpp105 std::string idStr = uri.substr(lastSlashPos + 1); in BuildPredicates() local
162 std::string idStr = uri.substr(lastSlashPos + 1); in Parse() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H A Dpreprocess_utils.cpp75 std::stringstream idStr; in GenerateId() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp214 JsonObject CreatIdObj(const std::string &idStr, int errCode) in CreatIdObj() argument
218 << "\"" << idStr << "\"}"; in CreatIdObj() local
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp376 std::string idStr = option.substr(pos + 1); in ParseHdcRegisterOption() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp240 const char* idStr = info.isInput ? "inBufId" : "outBufId"; in ChangeOwnerDebug() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp72 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceCreatedCB() local
103 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceDestroyedCB() local
389 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in NapiSetTestCount() local
439 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiGetTime() local
500 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiGetTestNames() local
554 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiFunctionCpu() local
606 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiStabilityCpu() local
658 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiFunctionGpu() local
712 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiPerformanceCpu() local
764 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiPerformanceGpu() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp35 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceCreatedCB() local
63 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceDestroyedCB() local
407 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in NapiDrawPattern() local
455 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\\0'}; NapiDrawText() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp213 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in NapiDrawPattern() local
297 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceCreatedCB() local
326 char idStr[OH_XCOMPONENT_ID_LEN_MAX + 1] = {'\0'}; in OnSurfaceDestroyedCB() local
[all...]
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_ndef.cpp72 std::string idStr = ParseNdefParamInner(env, elementValue); in ParseNdefParam() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp133 std::string idStr = option.substr(pos + 1); in ParseHdcRegisterOption() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp58 auto idStr = panda::StringRef::NewFromUtf8(vm, "id"); in ParseParams() local

Completed in 18 milliseconds

12