Home
last modified time | relevance | path

Searched defs:obj_ (Results 1 – 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/utils/include/b_json/
Db_json_entity.h47 …explicit BJsonEntity(Json::Value &obj, std::any option = std::any()) : obj_(obj), option_(option) … in obj_() function
Db_json_cached_entity.h150 …icit BJsonCachedEntity(std::string_view sv, std::any option = std::any()) : entity_(std::ref(obj_)) in entity_()
157 Json::Value obj_; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
Dimage_decoder.h42 const RefPtr<ImageObject> obj_; variable
/foundation/ai/intelligent_voice_framework/utils/
Dmessage_queue.h49 std::string obj_; member
/foundation/barrierfree/accessibility/services/aams/test/unittest/
Daccessible_ability_connection_test.cpp58 sptr<IRemoteObject> obj_ = nullptr; member in OHOS::Accessibility::AccessibleAbilityConnectionUnitTest
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.h533 static thread_local panda::Global<panda::ObjectRef> obj_; variable
Djsi_declarative_engine.cpp1150 thread_local panda::Global<panda::ObjectRef> JsiDeclarativeEngine::obj_; member in OHOS::Ace::Framework::JsiDeclarativeEngine