/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_element.cpp | 171 auto placeHolder = AceType::MakeRefPtr<BoxComponent>(); in AboardShuttle() local 174 placeHolder->SetHeight(paintRect.Height()); in AboardShuttle() 175 placeHolder->SetWidth(paintRect.Width()); in AboardShuttle() 177 GetFirstChild()->UpdateChild(nullptr, placeHolder); in AboardShuttle() 183 auto placeHolder = GetContentElement(); in GetOffShuttle() local 184 if (!passengerElement_ || !passengerRender_ || !placeHolder) { in GetOffShuttle() 188 if (placeHolder == passengerElement_) { in GetOffShuttle() 192 // check first child not null when check placeHolder. no need check again here. in GetOffShuttle() 193 auto placeHolderRender = placeHolder->GetRenderNode(); in GetOffShuttle() 195 GetFirstChild()->UpdateChild(placeHolder, nullpt in GetOffShuttle() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.cpp | 66 bool ViewDataWrap::LoadHint2Type(const std::vector<std::string>& placeHolder, std::vector<int>& intType, in LoadHint2Type() argument 81 if (hintFun(placeHolder, intType, metadata)) { in LoadHint2Type() 92 std::vector<std::string> placeHolder; in GetPlaceHolderValue() local 97 placeHolder.push_back(it->placeholder); in GetPlaceHolderValue() 100 auto isSuccessLoadHint2Type = LoadHint2Type(placeHolder, intType, metadata); in GetPlaceHolderValue()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | bundle_status_callback.cpp | 114 napi_value placeHolder = nullptr; in OnBundleAdded() 121 asyncCallbackInfo->env_, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in OnBundleAdded() 179 napi_value placeHolder = nullptr; in OnBundleUpdated() 186 asyncCallbackInfo->env_, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in OnBundleUpdated() 249 napi_value placeHolder = nullptr; in OnBundleRemoved() 256 asyncCallbackInfo->env_, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in OnBundleRemoved()
|
H A D | js_launcher_unsupported.cpp | 61 napi_value placeHolder = nullptr; in JsLauncherCommon() local 64 sizeof(result) / sizeof(result[0]), result, &placeHolder); in JsLauncherCommon()
|
H A D | js_launcher.cpp | 585 napi_value placeHolder = nullptr; in JSLauncherServiceOn() 587 napi_call_function(env, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in JSLauncherServiceOn() 638 napi_value placeHolder = nullptr; in LauncherServiceOffComplete() local 640 napi_call_function(env, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in LauncherServiceOffComplete()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 677 std::string placeHolder; in ReplacePlaceHolderArray() local 678 placeHolder += LEFT_CURLY_BRACES; in ReplacePlaceHolderArray() 679 placeHolder += (i + '0'); in ReplacePlaceHolderArray() 680 placeHolder += RIGHT_CURLY_BRACES; in ReplacePlaceHolderArray() 682 auto pos = resultStr.find(placeHolder, startPos); in ReplacePlaceHolderArray() 694 std::string placeHolder; in ReplacePlaceHolder() local 695 placeHolder += LEFT_CURLY_BRACES; in ReplacePlaceHolder() 696 placeHolder += placeHolderKey; in ReplacePlaceHolder() 697 placeHolder += RIGHT_CURLY_BRACES; in ReplacePlaceHolder() 698 auto pos = resultStr.find(placeHolder); in ReplacePlaceHolder() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.cpp | 75 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 80 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField() 74 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_input_wordbreak_test.cpp | 117 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 185 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 190 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField() 184 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_input_base.h | 162 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "",
|
H A D | text_input_area_model_test.cpp | 123 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 191 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 196 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField() 190 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_area_menu_test.cpp | 112 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 180 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 185 textFieldModelNG.CreateTextArea(placeHolder, text); in CreateTextField() 179 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_input_modify_test.cpp | 123 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 191 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 196 textFieldModelNG.CreateTextInput(placeHolder, text); in CreateTextField() 190 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_area_test.cpp | 121 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 189 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 194 textFieldModelNG.CreateTextArea(placeHolder, text); in CreateTextField() 188 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
H A D | text_area_decoration_test.cpp | 101 void CreateTextField(const std::string& text = "", const std::string& placeHolder = "", 169 const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) in CreateTextField() 174 textFieldModelNG.CreateTextArea(placeHolder, text); in CreateTextField() 168 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/ |
H A D | package.cpp | 206 napi_value placeHolder = nullptr; in HasInstalledAsyncComplete() local 214 napi_call_function(env, nullptr, callback, ARGS_SIZE_TWO, result, &placeHolder); in HasInstalledAsyncComplete() 222 napi_call_function(env, nullptr, callback, ARGS_SIZE_ONE, result, &placeHolder); in HasInstalledAsyncComplete() 227 napi_call_function(env, nullptr, callback, 0, nullptr, &placeHolder); in HasInstalledAsyncComplete()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/ |
H A D | event_listener.cpp | 147 napi_value placeHolder = nullptr; in EmitOnUV() 154 callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in EmitOnUV()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
H A D | zlib_callback_info.cpp | 81 napi_value placeHolder = nullptr; in ExcuteWork() 84 callback, sizeof(result) / sizeof(result[0]), result, &placeHolder), scope); in ExcuteWork()
|
/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | view_data_wrap.h | 36 static bool LoadHint2Type(const std::vector<std::string>& placeHolder, std::vector<int>& type,
|
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/ |
H A D | distributed_bundle_mgr.cpp | 390 napi_value placeHolder = nullptr; in GetRemoteAbilityInfo() 392 napi_call_function(env, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in GetRemoteAbilityInfo() 477 napi_value placeHolder = nullptr; in GetRemoteAbilityInfos() 479 napi_call_function(env, nullptr, callback, sizeof(result) / sizeof(result[0]), result, &placeHolder); in GetRemoteAbilityInfos()
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/kits/js/serviceroutermgr/ |
H A D | service_router_mgr.cpp | 218 napi_value placeHolder = nullptr; in QueryBusinessAbilityInfosComplete() local 221 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in QueryBusinessAbilityInfosComplete()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 242 napi_value placeHolder = nullptr; in NapiReturnDeferred() local 244 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, nullptr, callback, resultSize, result, &placeHolder)); in NapiReturnDeferred()
|
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/ |
H A D | distributed_bundle.cpp | 275 napi_value placeHolder = nullptr; in GetRemoteAbilityInfoComplete() local 278 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in GetRemoteAbilityInfoComplete()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 1243 napi_value placeHolder = nullptr; in GetApplicationInfos() 1246 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in GetApplicationInfos() 1562 napi_value placeHolder = nullptr; in QueryAbilityInfos() 1565 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in QueryAbilityInfos() 1673 napi_value placeHolder = nullptr; in GetBundleInfosComplete() local 1676 sizeof(result) / sizeof(result[ARGS_POS_ZERO]), result, &placeHolder)); in GetBundleInfosComplete() 1785 napi_value placeHolder = nullptr; in GetPermissionDefComplete() local 1788 sizeof(result) / sizeof(result[PARAM0]), result, &placeHolder)); in GetPermissionDefComplete() 2826 napi_value placeHolder = nullptr; in ClearBundleCache() 2829 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in ClearBundleCache() 3403 napi_value placeHolder = nullptr; GetAllApplicationInfoComplete() local 3521 napi_value placeHolder = nullptr; GetApplicationInfoComplete() local 4135 napi_value placeHolder = nullptr; GetBundleInfoForSelfExec() local 4230 napi_value placeHolder = nullptr; GetBundleNameByUidComplete() local 4335 napi_value placeHolder = nullptr; StartGetAbilityInfoCompletedCB() local 4658 napi_value placeHolder = nullptr; SetApplicationEnabledComplete() local 4776 napi_value placeHolder = nullptr; SetAbilityEnabledComplete() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 144 napi_value placeHolder = nullptr; in GetBundleInstallerCompleted() local 147 sizeof(result) / sizeof(result[0]), result, &placeHolder)); in GetBundleInstallerCompleted()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1462 std::vector<std::string> placeHolder; in PlaceHolderToType() local 1465 placeHolder.push_back(onePlaceHolder); in PlaceHolderToType() 1466 auto isSuccess = viewDataWrapOhos->LoadHint2Type(placeHolder, intType, metadata); in PlaceHolderToType()
|