Home
last modified time | relevance | path

Searched refs:scope (Results 276 - 300 of 516) sorted by relevance

1...<<1112131415161718192021

/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp211 napi_handle_scope scope = nullptr; in AssertArrayContain() local
212 napi_open_handle_scope(env, &scope); in AssertArrayContain()
216 napi_close_handle_scope(env, scope); in AssertArrayContain()
221 napi_close_handle_scope(env, scope); in AssertArrayContain()
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H A Djs_ui_appearance.cpp131 napi_handle_scope scope = nullptr; in OnComplete() local
132 napi_open_handle_scope(env, &scope); in OnComplete()
133 if (scope == nullptr) { in OnComplete()
134 NapiThrow(env, "open handle scope failed.", UiAppearanceAbilityInterface::ErrCode::SYS_ERR); in OnComplete()
178 napi_close_handle_scope(env, scope); in OnComplete()
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp280 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local
281 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine()
282 CHECK_AND_RETURN(scope != nullptr && asyncContext != nullptr); in CommonCallbackRoutine()
303 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp124 int scope = 0; in HWTEST_F() local
125 int ret = globalinterfacestatecallback.OnInterfaceAddressUpdated(addr, ifName, flags, scope); in HWTEST_F()
136 int scope = 0; in HWTEST_F() local
137 int ret = globalinterfacestatecallback.OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp124 int scope = 0; in HWTEST_F() local
125 int ret = globalinterfacestatecallback.OnInterfaceAddressUpdated(addr, ifName, flags, scope); in HWTEST_F()
136 int scope = 0; in HWTEST_F() local
137 int ret = globalinterfacestatecallback.OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp308 napi_handle_scope scope = nullptr; in after_work_cb() local
310 napi_open_handle_scope(asyncData->env, &scope); in after_work_cb()
312 if (scope == nullptr) { in after_work_cb()
313 ErrorLog("after_work_cb: scope is nullptr"); in after_work_cb()
334 napi_close_handle_scope(asyncData->env, scope); in after_work_cb()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h1470 * @param[in] scope The scope in which media content navigation may take place. Refer to <b>AvrcMediaScope</b>.
1475 void PlayItem(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter, uint8_t label) const;
1503 * @param[in] scope The scope in which media content navigation may take place. Refer to <b>AvrcMediaScope</b>.
1508 void AddToNowPlaying(const RawAddress &rawAddr, uint8_t scope, uint64_t uid, uint16_t uidCounter,
1568 * @param[in] scope The scope in which media content navigation may take place. Refer to <b>AvrcMediaScope</b>.
1582 void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
1627 * @param[in] scope Th
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dmetadata_napi.cpp127 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local
128 napi_open_handle_scope(env, &scope); in CommonCallbackRoutine()
129 if (scope == nullptr) { in CommonCallbackRoutine()
134 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
155 napi_close_handle_scope(env, scope); in CommonCallbackRoutine()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.cpp555 napi_handle_scope scope = nullptr; in OnSetScreenOffDelayTime() local
556 napi_open_handle_scope(env, &scope); in OnSetScreenOffDelayTime()
563 napi_close_handle_scope(env, scope); in OnSetScreenOffDelayTime()
571 napi_close_handle_scope(env, scope); in OnSetScreenOffDelayTime()
575 napi_close_handle_scope(env, scope); in OnSetScreenOffDelayTime()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c109 * @scope: Scope of performance counters to capture.
117 u8 scope; member
1626 * kbasep_kinstr_prfcnt_parse_request_scope - Parse a scope request
1627 * @req_scope: Performance counters scope request to parse.
1630 * This function parses a performance counters scope request.
1631 * There are only 2 acceptable outcomes: either the client leaves the scope
1632 * as undefined, or all the scope requests are set to the same value.
1642 if (config->scope == PRFCNT_SCOPE_RESERVED) in kbasep_kinstr_prfcnt_parse_request_scope()
1643 config->scope = req_scope->scope; in kbasep_kinstr_prfcnt_parse_request_scope()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp427 ContainerScope scope(id); in OnStart()
727 ContainerScope scope(abilityId_); in OnModeChange()
749 ContainerScope scope(abilityId_); in OnSizeChange()
766 ContainerScope scope(abilityId_); in Dump()
842 ContainerScope scope(abilityId_); in SetBackgroundColor()
860 ContainerScope scope(abilityId_); in GetBackgroundColor()
889 ContainerScope scope(abilityId_); in OnAvoidAreaChanged()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp191 napi_handle_scope scope = nullptr; in UnwrapScene() local
192 napi_open_handle_scope(env, &scope); in UnwrapScene()
196 napi_close_handle_scope(env, scope); in UnwrapScene()
H A Djs_texttimer.cpp313 ContainerScope scope(instanceId_); in Start()
321 ContainerScope scope(instanceId_); in Pause()
329 ContainerScope scope(instanceId_); in Reset()
H A Djs_utils.cpp69 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in UnwrapNapiValue()
111 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in CreatePixelMapFromNapiValue()
162 ScopeRAII scope(reinterpret_cast<napi_env>(nativeEngine)); in CreateWantWrapFromNapiValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Disolated_pattern.cpp114 ContainerScope scope(instanceId_); in InitializeRender()
130 ContainerScope scope(instanceId_); in FireOnErrorCallbackOnUI()
186 ContainerScope scope(instanceId_); in OnAttachToFrameNode()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp521 std::string scope; in Unmarshalling() local
525 if (!parcel.ReadString(scope)) { in Unmarshalling()
528 ifaceConfig.ipv6Addrs_.push_back(std::make_pair(ipv6Addr, scope)); in Unmarshalling()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.cpp260 napi_handle_scope scope = nullptr; in CallbackComplete() local
262 napi_status status = napi_open_handle_scope(env, &scope); in CallbackComplete()
264 HILOGE("Failed to open handle scope, status: %{public}d.", status); in CallbackComplete()
279 status = napi_close_handle_scope(env, scope); in CallbackComplete()
281 HILOGE("Failed to close scope, status: %{public}d.", status); in CallbackComplete()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_permissions.cpp92 napi_handle_scope scope; in GetUriPoliciesArg() local
93 status = napi_open_handle_scope(env, &scope); in GetUriPoliciesArg()
123 status = napi_close_handle_scope(env, scope); in GetUriPoliciesArg()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp189 ContainerScope scope(instanceId); in SetFontScale()
199 ContainerScope scope(instanceId); in SetFontWeightScale()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp178 ContainerScope scope(id);
230 ContainerScope scope(id);
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h190 * objects created in scope will keep alive
191 * scope will close by ARKTS_Return
194 EXPORT void ARKTS_CloseScope(ARKTS_Env env, ARKTS_Scope scope);
195 EXPORT ARKTS_Result ARKTS_Return(ARKTS_Env env, ARKTS_Scope scope, ARKTS_Value value);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.h713 AvrcCtPiPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter);
775 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The scope in which media content navigation may take place.
806 AvrcCtAtnpPacket(uint8_t scope, uint64_t uid, uint16_t uidCounter);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_uv_queue.cpp212 Scope scope(entry->env_); in DoUvPromise()
228 Scope scope(entry->env_); in GenCallbackTask()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip6.h82 , rt_scope_t scope
99 * ULAs to be of smaller scope than global addresses, to avoid that a preferred
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp57 ContainerScope scope(currentId); in PostCheckNodeTransparentTask()

Completed in 23 milliseconds

1...<<1112131415161718192021