/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_scope.cpp | 20 napi_open_handle_scope(env, &scope_); in Scope() 25 if (env_ != nullptr && scope_ != nullptr) { in ~Scope() 26 napi_close_handle_scope(env_, scope_); in ~Scope()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_engine_helper.cpp | 23 : delegate_(delegate), scope_(new ContainerScope(id)) in ScopedDelegate() 28 delete scope_; in ~ScopedDelegate() 29 scope_ = nullptr; in ~ScopedDelegate()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.cpp | 284 : AvrcCtBrowsePacket(), scope_(scope), status_(AVRC_ES_CODE_INVALID) in AvrcCtGfiPacket() 289 scope_ = scope; in AvrcCtGfiPacket() 296 scope_(AVRC_MEDIA_SCOPE_INVALID), status_(AVRC_ES_CODE_INVALID) in AvrcCtGfiPacket() 333 offset += PushOctets1((buffer + offset), scope_); in AssemblePacket() 334 HILOGI("scope_: %{public}x", scope_); in AssemblePacket() 395 scope_ = AVRC_MEDIA_SCOPE_PLAYER_LIST; in DisassemblePacket() 401 scope_ = AVRC_MEDIA_SCOPE_NOW_PLAYING; in DisassemblePacket() 635 : AvrcCtBrowsePacket(), scope_(scope), status_(AVRC_ES_CODE_INVALID) in AvrcCtGiaPacket() 641 scope_ in AvrcCtGiaPacket() [all...] |
H A D | avrcp_ct_browse.h | 462 return scope_; in GetScope() 506 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 712 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 826 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
H A D | avrcp_ct_vendor.cpp | 1453 : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtPiPacket() 1461 scope_ = scope; in AvrcCtPiPacket() 1499 offset += PushOctets1((bufferPtr + offset), scope_); in AssembleParameters() 1500 HILOGI("scope_: %{public}x", scope_); in AssembleParameters() 1543 : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtAtnpPacket() 1552 scope_ = scope; in AvrcCtAtnpPacket() 1557 AvrcCtAtnpPacket::AvrcCtAtnpPacket(Packet *pkt) : AvrcCtVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcCtAtnpPacket() 1587 offset += PushOctets1((bufferPtr + offset), scope_); in AssembleParameters() 1588 HILOGI("scope_ in AssembleParameters() [all...] |
H A D | avrcp_ct_vendor.h | 775 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The scope in which media content navigation may take place. 872 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_utils.h | 49 napi_open_handle_scope(env_, &scope_); in ScopeRAII() 53 napi_close_handle_scope(env_, scope_); in ~ScopeRAII() 57 napi_handle_scope scope_; member in OHOS::OHOS::OHOS::OHOS::Ace::Framework::ScopeRAII
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 469 return scope_; in GetScope() 503 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 692 return scope_; in GetScope() 726 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope". 819 return scope_; in GetScope() 823 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
H A D | avrcp_tg_browse.cpp | 347 scope_ = AVRC_MEDIA_SCOPE_PLAYER_LIST; in AvrcTgGfiPacket() 364 scope_ = AVRC_MEDIA_SCOPE_NOW_PLAYING; in AvrcTgGfiPacket() 369 AvrcTgGfiPacket::AvrcTgGfiPacket(Packet *pkt, uint8_t label) : AvrcTgBrowsePacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcTgGfiPacket() 392 if (scope_ == AVRC_MEDIA_SCOPE_PLAYER_LIST) { in AssemblePacket() 681 scope_ = static_cast<uint8_t>(payload); in DisassemblePacket() 682 HILOGI("scope_: %{public}x", scope_); in DisassemblePacket() 683 if (scope_ < AVRC_MEDIA_SCOPE_PLAYER_LIST || scope_ > AVRC_MEDIA_SCOPE_NOW_PLAYING) { in DisassemblePacket() 704 if (scope_ in DisassemblePacket() [all...] |
H A D | avrcp_tg_vendor.h | 903 return scope_; in GetScope() 927 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The scope in which media content navigation may take place. 1031 return scope_; in GetScope() 1055 uint8_t scope_ {AVRC_MEDIA_SCOPE_INVALID}; // The value of the "Scope".
|
H A D | avrcp_tg_vendor.cpp | 2033 : AvrcTgVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcTgPiPacket() 2046 AvrcTgPiPacket::AvrcTgPiPacket(Packet *pkt, uint8_t label) : AvrcTgVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcTgPiPacket() 2111 scope_ = static_cast<uint8_t>(payload); in DisassembleParameters() 2112 HILOGI("scope_: %{public}x", scope_); in DisassembleParameters() 2141 : AvrcTgVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcTgAtnpPacket() 2154 AvrcTgAtnpPacket::AvrcTgAtnpPacket(Packet *pkt, uint8_t label) : AvrcTgVendorPacket(), scope_(AVRC_MEDIA_SCOPE_INVALID) in AvrcTgAtnpPacket() 2220 scope_ = static_cast<uint8_t>(payload); in DisassembleParameters() 2221 HILOGI("scope_: %{public}x", scope_); in DisassembleParameters() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | engine_helper.cpp | 28 : delegate_(delegate), scope_(new ContainerScope(id)) in ScopedDelegate() 33 delete scope_; in ~ScopedDelegate() 34 scope_ = nullptr; in ~ScopedDelegate()
|
H A D | engine_helper.h | 54 ContainerScope* scope_; member in OHOS::Ace::final
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_scope.h | 28 napi_handle_scope scope_ = nullptr; member in OHOS::AppDataMgrJsKit::Scope
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_scope.h | 40 panda::LocalScope scope_; member in panda::CJ::final
|
H A D | ark_interop_scope.cpp | 40 ARKTS_ScopeManager::ARKTS_ScopeManager(panda::ecmascript::EcmaVM* vm): scope_(vm) in ARKTS_ScopeManager()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_utils.cpp | 144 napi_open_handle_scope(env_, &scope_); in HandleScope() 150 napi_open_handle_scope(env_, &scope_); in HandleScope() 155 napi_close_handle_scope(env_, scope_); in ~HandleScope() 162 napi_open_escapable_handle_scope(env_, &scope_); in HandleEscape() 168 napi_open_escapable_handle_scope(env_, &scope_); in HandleEscape() 173 napi_close_escapable_handle_scope(env_, scope_); in ~HandleEscape() 179 napi_escape_handle(env_, scope_, value, &result); in Escape()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_async_callback.cpp | 190 napi_status status = napi_open_handle_scope(env_, &scope_); in NapiHandleScope() 198 napi_status status = napi_close_handle_scope(env_, scope_); in ~NapiHandleScope()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | logger.cpp | 213 scope_++; in EnterScope() 219 scope_--; in ExitScope() 245 Align(scope_ * 2); // 2 means multiple in Logger()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_async_callback.h | 89 napi_handle_scope scope_; member in OHOS::Bluetooth::NapiHandleScope
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime_utils.h | 234 napi_handle_scope scope_ = nullptr; member in OHOS::AbilityRuntime::final 251 napi_escapable_handle_scope scope_ = nullptr; member in OHOS::AbilityRuntime::final
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | logger.h | 102 static inline int scope_ = 0; member in OHOS::Rosen::TextEngine::Logger
|
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_medialibrary_napi_utils.h | 251 napi_handle_scope scope_; member in OHOS::Media::SendableNapiScopeHandler
|
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/ |
H A D | medialibrary_napi_utils.h | 497 napi_handle_scope scope_; member in OHOS::Media::NapiScopeHandler
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 45 napi_open_handle_scope(env, &scope_); 53 napi_close_handle_scope(env, scope_); 56 napi_handle_scope scope_ = nullptr; member in NapiSendableTest
|