Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 - 25 of 29) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_scope.cpp20 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 Dmock_engine_helper.cpp23 : 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 Davrcp_ct_browse.cpp284 : 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 Davrcp_ct_browse.h462 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 Davrcp_ct_vendor.cpp1453 : 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 Davrcp_ct_vendor.h775 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 Djs_utils.h49 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 Davrcp_tg_browse.h469 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 Davrcp_tg_browse.cpp347 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 Davrcp_tg_vendor.h903 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 Davrcp_tg_vendor.cpp2033 : 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 Dengine_helper.cpp28 : delegate_(delegate), scope_(new ContainerScope(id)) in ScopedDelegate()
33 delete scope_; in ~ScopedDelegate()
34 scope_ = nullptr; in ~ScopedDelegate()
H A Dengine_helper.h54 ContainerScope* scope_; member in OHOS::Ace::final
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_scope.h28 napi_handle_scope scope_ = nullptr; member in OHOS::AppDataMgrJsKit::Scope
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_scope.h40 panda::LocalScope scope_; member in panda::CJ::final
H A Dark_interop_scope.cpp40 ARKTS_ScopeManager::ARKTS_ScopeManager(panda::ecmascript::EcmaVM* vm): scope_(vm) in ARKTS_ScopeManager()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_utils.cpp144 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 Dnapi_async_callback.cpp190 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 Dlogger.cpp213 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 Dnapi_async_callback.h89 napi_handle_scope scope_; member in OHOS::Bluetooth::NapiHandleScope
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_utils.h234 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 Dlogger.h102 static inline int scope_ = 0; member in OHOS::Rosen::TextEngine::Logger
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h251 napi_handle_scope scope_; member in OHOS::Media::SendableNapiScopeHandler
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/
H A Dmedialibrary_napi_utils.h497 napi_handle_scope scope_; member in OHOS::Media::NapiScopeHandler
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp45 napi_open_handle_scope(env, &scope_);
53 napi_close_handle_scope(env, scope_);
56 napi_handle_scope scope_ = nullptr; member in NapiSendableTest

Completed in 22 milliseconds

12