/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test.cpp | 211 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 D | js_ui_appearance.cpp | 131 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 D | avimagegenerator_napi.cpp | 280 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 D | ethernet_service_test.cpp | 124 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 D | ethernet_service_test.cpp | 124 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 D | nfc_napi_hce_adapter.cpp | 308 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 D | avrcp_tg_service.h | 1470 * @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 D | metadata_napi.cpp | 127 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 D | js_screen_session_manager.cpp | 555 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 D | mali_kbase_kinstr_prfcnt.c | 109 * @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 D | ace_ability.cpp | 427 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 D | js_sceneview.cpp | 191 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 D | js_texttimer.cpp | 313 ContainerScope scope(instanceId_); in Start() 321 ContainerScope scope(instanceId_); in Pause() 329 ContainerScope scope(instanceId_); in Reset()
|
H A D | js_utils.cpp | 69 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 D | isolated_pattern.cpp | 114 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 D | netsys_net_diag_data.cpp | 521 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 D | trans_listener.cpp | 260 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 D | grant_permissions.cpp | 92 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 D | container.cpp | 189 ContainerScope scope(instanceId); in SetFontScale() 199 ContainerScope scope(instanceId); in SetFontWeightScale()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.cpp | 178 ContainerScope scope(id); 230 ContainerScope scope(id);
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.h | 190 * 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 D | avrcp_ct_vendor.h | 713 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 D | js_uv_queue.cpp | 212 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 D | ip6.h | 82 , 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 D | transparent_node_detector.cpp | 57 ContainerScope scope(currentId); in PostCheckNodeTransparentTask()
|