Home
last modified time | relevance | path

Searched refs:ToLocal (Results 1 - 25 of 53) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp25 return ToLocal(key, true); in ToLocalDBKey()
28 std::vector<uint8_t> DeviceConvertor::ToLocal(const Key &in, bool withLen) const in ToLocal() function in OHOS::DistributedKv::DeviceConvertor
120 return ToLocal(in, withLen); in ConvertNetwork()
127 return ToLocal(in, withLen); in ConvertNetwork()
134 return ToLocal(in, withLen); in ConvertNetwork()
143 return devLen != DevManager::MAX_ID_LEN ? ToLocal(in, withLen) : std::vector<uint8_t>(); in ConvertNetwork()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp24 return ToLocal(key, true); in ToLocalDBKey()
27 std::vector<uint8_t> DeviceConvertor::ToLocal(const Key &in, bool withLen) const in ToLocal() function in OHOS::DistributedKv::DeviceConvertor
117 return ToLocal(in, withLen); in ConvertNetwork()
124 return ToLocal(in, withLen); in ConvertNetwork()
131 return ToLocal(in, withLen); in ConvertNetwork()
140 return devLen != DevManager::MAX_ID_LEN ? ToLocal(in, withLen) : std::vector<uint8_t>(); in ConvertNetwork()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_object_template.cpp29 return proto_.ToLocal(); in operator *()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_config_manager.cpp37 std::string CloudConfigManager::ToLocal(const std::string &bundleName) in ToLocal() function in OHOS::DistributedData::CloudConfigManager
H A Dcloud_extra_data.cpp48 bundleName = CloudConfigManager::GetInstance().ToLocal(bundleName); in Unmarshal()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_config_manager.h33 API_EXPORT std::string ToLocal(const std::string &bundleName);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h34 std::vector<uint8_t> ToLocal(const Key &in, bool withLen) const;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddevice_convertor.h34 std::vector<uint8_t> ToLocal(const Key &in, bool withLen) const;
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.cpp124 Local<JSValueRef> value = value_.ToLocal(engine->GetEcmaVm()); in Get()
139 Local<JSValueRef> value = value_.ToLocal(engine_->GetEcmaVm()); in Get()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_adapter_bridge.cpp56 function->Call(vm, thisRef.Lock().ToLocal(), params, 1); in SetAttachCallback()
76 function->Call(vm, thisRef.Lock().ToLocal(), {}, 0); in SetDetachCallback()
97 auto result = function->Call(vm, thisRef.Lock().ToLocal(), params, 1); in SetGetIdCallback()
120 auto result = function->Call(vm, thisRef.Lock().ToLocal(), params, 1); in SetCreateNewChildCallback()
144 function->Call(vm, thisRef.Lock().ToLocal(), params, 2); in SetDisposeChildCallback()
166 function->Call(vm, thisRef.Lock().ToLocal(), params, 2); in SetUpdateChildCallback()
H A Dui_context_helper.cpp53 return uiContext.ToLocal(); in GetUIContext()
H A Darkts_native_xcomponent_bridge.cpp123 func->Call(vm, func.ToLocal(), para, 1); in SetControllerOnCreated()
154 func->Call(vm, func.ToLocal(), para, 2); in SetControllerOnChanged()
179 func->Call(vm, func.ToLocal(), para, 1); in SetControllerOnDestroyed()
207 func->Call(vm, func.ToLocal(), para, 1); in SetControllerCallback()
225 func->Call(vm, func.ToLocal(), para, 2); in SetControllerCallback()
237 func->Call(vm, func.ToLocal(), para, 1); in SetControllerCallback()
607 func->Call(vm, func.ToLocal(), argv.data(), argv.size()); in SetOnLoad()
634 func->Call(vm, func.ToLocal(), nullptr, 0); in SetOnDestroy()
H A Darkts_native_frame_node_bridge.cpp252 func->Call(vm, obj.ToLocal(), params, 1);
271 func->Call(vm, obj.ToLocal(), params, 1);
569 function->Call(vm, function.ToLocal(), params, 1);
655 function->Call(vm, function.ToLocal(), params, 1);
689 function->Call(vm, function.ToLocal(), nullptr, 0);
723 function->Call(vm, function.ToLocal(), nullptr, 0);
772 function->Call(vm, function.ToLocal(), params, 1);
807 function->Call(vm, function.ToLocal(), nullptr, 0);
841 function->Call(vm, function.ToLocal(), nullptr, 0);
887 function->Call(vm, function.ToLocal(), param
[all...]
H A Darkts_native_marquee_bridge.cpp244 func->Call(vm, func.ToLocal(), nullptr, 0); in SetMarqueeOnStart()
278 func->Call(vm, func.ToLocal(), nullptr, 0); in SetMarqueeOnBounce()
312 func->Call(vm, func.ToLocal(), nullptr, 0); in SetMarqueeOnFinish()
H A Darkts_native_rich_editor_bridge.cpp123 func->Call(vm, func.ToLocal(), params, NUM_1); in SetDataDetectorConfig()
243 func->Call(vm, func.ToLocal(), params, NUM_1); in SetOnIMEInputComplete()
634 auto ret = func->Call(vm, func.ToLocal(), params, NUM_1); in SetOnWillChange()
690 auto ret = func->Call(vm, func.ToLocal(), params, NUM_2); in SetOnDidChange()
823 auto ret = func->Call(vm, func.ToLocal(), params, NUM_1); in SetAboutToDelete()
1057 func->Call(vm, func.ToLocal(), params, NUM_1); in SetOnSelectionChange()
1121 func->Call(vm, func.ToLocal(), params, NUM_1); in SetOnSelect()
1165 func->Call(vm, func.ToLocal(), params, NUM_2); in SetOnSubmit()
1207 auto ret = func->Call(vm, func.ToLocal(), params, NUM_1); in SetAboutToIMEInput()
1246 func->Call(vm, func.ToLocal(), nullpt in SetOnReady()
[all...]
H A Darkts_native_scroll_bridge.cpp527 func->Call(vm, func.ToLocal(), nullptr, 0); in SetScrollOnScrollStart()
562 func->Call(vm, func.ToLocal(), nullptr, 0); in SetScrollOnScrollEnd()
596 func->Call(vm, func.ToLocal(), nullptr, 0); in SetScrollOnScrollStop()
638 func->Call(vm, func.ToLocal(), params, 2); // 2: Array length in SetScrollOnScroll()
678 func->Call(vm, func.ToLocal(), params, 1); // 1: Array length in SetScrollOnScrollEdge()
723 func->Call(vm, func.ToLocal(), params, 3); // 3: Array length in SetScrollOnDidScroll()
769 auto result = func->Call(vm, func.ToLocal(), params, 4); // 4: Array length in SetScrollOnWillScroll()
825 auto value = func->Call(vm, func.ToLocal(), params, 2); // 2: Array length in SetScrollOnScrollFrameBegin()
H A Darkts_native_search_bridge.cpp1010 func->Call(vm, func.ToLocal(), params, 1); in SetInputFilter()
1112 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_1); in SetOnEditChange()
1150 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_1); in SetOnSubmit()
1188 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_1); in SetOnCopy()
1225 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_1); in SetOnCut()
1267 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_2); in SetOnPaste()
1309 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_2); in SetOnChange()
1348 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_2); in SetOnTextSelectionChange()
1386 func->Call(vm, func.ToLocal(), params, PARAM_ARR_LENGTH_2); in SetOnContentScroll()
1467 auto ret = func->Call(vm, func.ToLocal(), param in SetOnWillInsert()
[all...]
H A Darkts_native_rating_bridge.cpp182 auto makeFunc = obj.ToLocal()->Get(vm, panda::StringRef::NewFromUtf8(vm, "makeContentModifierNode")); in SetContentModifierBuilder()
185 auto result = func->Call(vm, obj.ToLocal(), params, 2); in SetContentModifierBuilder()
H A Darkts_native_linear_indicator.cpp181 func->Call(vm, func.ToLocal(), params, NUM_2); in SetOnChange()
H A Darkts_native_navigation_utils.cpp138 func->Call(vm, func.ToLocal(), nullptr, 0); in ParseAndSendFunctionParam()
H A Darkts_native_loading_progress_bridge.cpp138 auto jsObject = obj.ToLocal(); in SetContentModifierBuilder()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp93 localSwitches.insert_or_assign(CloudConfigManager::GetInstance().ToLocal(bundle), status); in OnEnableCloud()
119 auto result = ChangeAppSwitch(id, CloudConfigManager::GetInstance().ToLocal(bundleName), appSwitch); in OnChangeAppSwitch()
133 localActions.insert_or_assign(CloudConfigManager::GetInstance().ToLocal(bundle), action); in OnClean()
147 auto result = NotifyDataChange(id, CloudConfigManager::GetInstance().ToLocal(bundleName)); in OnNotifyDataChange()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_value.h92 return value_.ToLocal(runtime->GetEcmaVm()); in GetValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_node_container.cpp55 func->Call(vm, func.ToLocal(), params, ArraySize(params)); in BindFunc()
68 panda::CopyableGlobal(vm, object->GetLocalHandle()).ToLocal() }; in AddToNodeControllerMap()
/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h87 auto callbackScope = callbackScopeManager->Open(env_, resource_.ToLocal(), GetAsyncIdInfo()); in OpenCallbackScope()

Completed in 22 milliseconds

123