Home
last modified time | relevance | path

Searched refs:g_IID_IBoolean (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/napicommonwant_fuzzer/
H A Dnapicommonwant_fuzzer.cpp103 sptr<IArray> ao = new (std::nothrow) Array(size, g_IID_IBoolean); in NapiCommonWantFuzztest1()
137 sptr<IArray> ao = new (std::nothrow) Array(size, g_IID_IBoolean); in NapiCommonWantFuzztest2()
177 sptr<IArray> ao = new (std::nothrow) Array(size, g_IID_IBoolean); in NapiCommonWantFuzztest3()
245 sptr<IArray> ao1 = new (std::nothrow) Array(size, g_IID_IBoolean); in NapiCommonWantFuzztest5()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp113 } else if (typeId_ == g_IID_IBoolean) { in ToString()
160 sptr<IArray> array = sptr<Array>::MakeSptr(size, g_IID_IBoolean); in ParseBoolean()
339 return typeId == g_IID_IBoolean; in IsBooleanArray()
H A Dwant_params.cpp218 SetNewArray<bool, AAFwk::Boolean, AAFwk::IBoolean>(AAFwk::g_IID_IBoolean, source, dest); in NewArrayData()
1057 return SetArray<int8_t, Boolean>(g_IID_IBoolean, boolValue, ao); in ReadFromParcelArrayBool()
H A Dwant.cpp601 sptr<IArray> ao = new (std::nothrow) Array(size, g_IID_IBoolean); in SetParam()
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dbase.cpp30 const InterfaceID g_IID_IBoolean = { member
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_interfaces.h57 return static_cast<IBoolean *>(object->Query(g_IID_IBoolean)); in INTERFACE()
/foundation/ability/ability_base/test/unittest/want/
H A Darray_wrapper_test.cpp149 InterfaceID typeId = g_IID_IBoolean; in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp361 SetNewArray<bool, AAFwk::Boolean, AAFwk::IBoolean>(AAFwk::g_IID_IBoolean, source, dest); in NewArrayData()
1025 return SetArray<int8_t, AAFwk::Boolean>(AAFwk::g_IID_IBoolean, boolValue, ao); in ReadFromParcelArrayBool()
H A Ddistributed_want.cpp351 sptr<AAFwk::IArray> ao(new (std::nothrow) AAFwk::Array(size, AAFwk::g_IID_IBoolean)); in SetParam()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_want.cpp608 sptr<AAFwk::IArray> ao = new (std::nothrow) AAFwk::Array(size, AAFwk::g_IID_IBoolean); in AceInnerSetWantParamsArrayBool()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp747 sptr<AAFwk::IArray> ao = new (std::nothrow) AAFwk::Array(size, AAFwk::g_IID_IBoolean); in InnerSetWantParamsArrayBool()

Completed in 18 milliseconds